-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathTOOL_PromptHereOptional-Git.reg
More file actions
61 lines (58 loc) · 5.19 KB
/
TOOL_PromptHereOptional-Git.reg
File metadata and controls
61 lines (58 loc) · 5.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Windows Registry Editor Version 5.00
;Git shell | WindowsContextMenuTools created by VincentBounce
;from DIRECTORY | Windows Explorer folder icon | can use %1 or %L or %V
;removing previous versions
[-HKEY_CLASSES_ROOT\Directory\shell\git_gui]
[-HKEY_CLASSES_ROOT\Directory\shell\git_shell]
[-HKEY_CLASSES_ROOT\Directory\shell\run240Git]
;installing
[HKEY_CLASSES_ROOT\Directory\shell\run240Git]
;"Extended"="" ;used to view command in context menu only with Shift pushed
"MUIVerb"="&Git"
"subcommands"=""
"Icon"="C:\\Program Files\\Git\\git-bash.exe"
;BASH HERE
[HKEY_CLASSES_ROOT\Directory\shell\run240Git\shell\run00240]
@="Bash &here"
"Icon"="C:\\Program Files\\Git\\git-bash.exe"
[HKEY_CLASSES_ROOT\Directory\shell\run240Git\shell\run00240\command]
@="\"C:\\Program Files\\Git\\git-bash.exe\" \"--cd=%1\""
;BASH HERE AS ADMIN
[HKEY_CLASSES_ROOT\Directory\shell\run240Git\shell\runas]
@="Bash here as &Administrator"
"Icon"="C:\\Program Files\\Git\\git-bash.exe"
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\Directory\shell\run240Git\shell\runas\command]
@="\"C:\\Program Files\\Git\\git-bash.exe\" \"--cd=%1\""
;GUI
[HKEY_CLASSES_ROOT\Directory\shell\run240Git\shell\runBB240]
@="&GUI here"
"Icon"="C:\\Program Files\\Git\\cmd\\git-gui.exe"
[HKEY_CLASSES_ROOT\Directory\shell\run240Git\shell\runBB240\command]
@="\"C:\\Program Files\\Git\\cmd\\git-gui.exe\" \"--working-dir\" \"%1\""
;from BACKGROUND | Windows Explorer right pane background folder | need to use %V
[-HKEY_CLASSES_ROOT\Directory\Background\shell\run240Git] ;removing previous versions
;installing
[HKEY_CLASSES_ROOT\Directory\Background\shell\run240Git]
"MUIVerb"="&Git"
"subcommands"=""
"Icon"="C:\\Program Files\\Git\\git-bash.exe"
;BASH HERE
[HKEY_CLASSES_ROOT\Directory\Background\shell\run240Git\shell\run00240]
@="Bash &here"
"Icon"="C:\\Program Files\\Git\\git-bash.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\run240Git\shell\run00240\command]
@="\"C:\\Program Files\\Git\\git-bash.exe\" \"--cd=%V\""
;BASH HERE AS ADMIN
[HKEY_CLASSES_ROOT\Directory\Background\shell\run240Git\shell\runas]
@="Bash here as &Administrator"
"Icon"="C:\\Program Files\\Git\\git-bash.exe"
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\run240Git\shell\runas\command]
@="\"C:\\Program Files\\Git\\git-bash.exe\" \"--cd=%V\""
;GUI
[HKEY_CLASSES_ROOT\Directory\Background\shell\run240Git\shell\runBB240]
@="&GUI here"
"Icon"="C:\\Program Files\\Git\\cmd\\git-gui.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\run240Git\shell\runBB240\command]
@="\"C:\\Program Files\\Git\\cmd\\git-gui.exe\" \"--working-dir\" \"%V\""