Skip to content

Instantly share code, notes, and snippets.

@sionta
Last active September 5, 2021 20:38
Show Gist options
  • Save sionta/3d14f3d465691df2bdd2aa8ca718d48c to your computer and use it in GitHub Desktop.
Save sionta/3d14f3d465691df2bdd2aa8ca718d48c to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
; git_gui directory
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\git_gui]
@="Git &GUI Here"
"Icon"="D:\\dev-app\\PortableGit\\cmd\\git-gui.exe"
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\git_gui\command]
@="\"D:\\dev-app\\PortableGit\\cmd\\git-gui.exe\" \"--working-dir\" \"%1\""
; git_gui directory background
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\git_gui]
@="Git &GUI Here"
"Icon"="D:\\dev-app\\PortableGit\\cmd\\git-gui.exe"
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\git_gui\command]
@="\"D:\\dev-app\\PortableGit\\cmd\\git-gui.exe\" \"--working-dir\" \"%v.\""
; git_gui libray folder background
[HKEY_CURRENT_USER\SOFTWARE\Classes\LibraryFolder\background\shell\git_gui]
@="Git &GUI Here"
"Icon"="D:\\dev-app\\PortableGit\\cmd\\git-gui.exe"
[HKEY_CURRENT_USER\SOFTWARE\Classes\LibraryFolder\background\shell\git_gui\command]
@="\"D:\\dev-app\\PortableGit\\cmd\\git-gui.exe\" \"--working-dir\" \"%v.\""
; ================================================================
; git_shell directory
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\git_shell]
@="Git Ba&sh Here"
"Icon"="D:\\dev-app\\PortableGit\\git-bash.exe"
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\git_shell\command]
@="\"D:\\dev-app\\PortableGit\\git-bash.exe\" \"--cd=%1\""
; git_shell directory background
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\git_shell]
@="Git Ba&sh Here"
"Icon"="D:\\dev-app\\PortableGit\\git-bash.exe"
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\git_shell\command]
@="\"D:\\dev-app\\PortableGit\\git-bash.exe\" \"--cd=%v.\""
; git_shell libray folder background
[HKEY_CURRENT_USER\SOFTWARE\Classes\LibraryFolder\background\shell\git_shell]
@="Git Ba&sh Here"
"Icon"="D:\\dev-app\\PortableGit\\git-bash.exe"
[HKEY_CURRENT_USER\SOFTWARE\Classes\LibraryFolder\background\shell\git_shell\command]
@="\"D:\\dev-app\\PortableGit\\git-bash.exe\" \"--cd=%v.\""
Windows Registry Editor Version 5.00
; git_gui directory
[HKEY_CLASSES_ROOT\Directory\shell\git_gui]
@="Git &GUI Here"
"Icon"="D:\\dev-app\\PortableGit\\cmd\\git-gui.exe"
[HKEY_CLASSES_ROOT\Directory\shell\git_gui\command]
@="\"D:\\dev-app\\PortableGit\\cmd\\git-gui.exe\" \"--working-dir\" \"%1\""
; git_gui directory background
[HKEY_CLASSES_ROOT\Directory\Background\shell\git_gui]
@="Git &GUI Here"
"Icon"="D:\\dev-app\\PortableGit\\cmd\\git-gui.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\git_gui\command]
@="\"D:\\dev-app\\PortableGit\\cmd\\git-gui.exe\" \"--working-dir\" \"%v.\""
; git_gui libray folder background
[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\git_gui]
@="Git &GUI Here"
"Icon"="D:\\dev-app\\PortableGit\\cmd\\git-gui.exe"
[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\git_gui\command]
@="\"D:\\dev-app\\PortableGit\\cmd\\git-gui.exe\" \"--working-dir\" \"%v.\""
; ================================================================
; git_shell directory
[HKEY_CLASSES_ROOT\Directory\shell\git_shell]
@="Git Ba&sh Here"
"Icon"="D:\\dev-app\\PortableGit\\git-bash.exe"
[HKEY_CLASSES_ROOT\Directory\shell\git_shell\command]
@="\"D:\\dev-app\\PortableGit\\git-bash.exe\" \"--cd=%1\""
; git_shell directory background
[HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell]
@="Git Ba&sh Here"
"Icon"="D:\\dev-app\\PortableGit\\git-bash.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell\command]
@="\"D:\\dev-app\\PortableGit\\git-bash.exe\" \"--cd=%v.\""
; git_shell libray folder background
[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\git_shell]
@="Git Ba&sh Here"
"Icon"="D:\\dev-app\\PortableGit\\git-bash.exe"
[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\git_shell\command]
@="\"D:\\dev-app\\PortableGit\\git-bash.exe\" \"--cd=%v.\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment