Skip to content

Instantly share code, notes, and snippets.

@neutmute
Created February 22, 2014 02:23
Show Gist options
  • Save neutmute/9147687 to your computer and use it in GitHub Desktop.
Save neutmute/9147687 to your computer and use it in GitHub Desktop.
Console2 Context Menu
Windows Registry Editor Version 5.00
;Encoding should be UCS little endian
[-HKEY_CLASSES_ROOT\Directory\shell\console2here]
[HKEY_CLASSES_ROOT\Directory\shell\console2here]
@="Open console here"
"Icon"="C:\\apps\\console2\\vscommand.ico"
[-HKEY_CLASSES_ROOT\Directory\shell\console2here\command]
[HKEY_CLASSES_ROOT\Directory\shell\console2here\command]
@="\"C:\\apps\\console2\\Console.exe\" -d \"%L\""
# git bash using console2
[-HKEY_CLASSES_ROOT\Directory\shell\gitbashhere]
[HKEY_CLASSES_ROOT\Directory\shell\gitbashhere]
@="Open git bash here"
"Icon"="C:\\Program Files (x86)\\Git\\etc\\git.ico"
[-HKEY_CLASSES_ROOT\Directory\shell\gitbashhere\command]
[HKEY_CLASSES_ROOT\Directory\shell\gitbashhere\command]
@="\"C:\\apps\\console2\\Console.exe\" -t \"Git Bash\" -d \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment