Created
February 20, 2012 23:15
-
-
Save peterwooley/1872201 to your computer and use it in GitHub Desktop.
Assuming chere is insalled, this adds an "Open mintty Here" context menu option for Windows Explorer drives and folders.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\shell\mintty] | |
@="Open mintty Here" | |
[HKEY_CLASSES_ROOT\Directory\shell\mintty\command] | |
@="c:\\cygwin\\bin\\mintty.exe -e /bin/xhere /bin/bash.exe \"%L\"" | |
[HKEY_CLASSES_ROOT\Drive\shell\mintty] | |
@="Open mintty Here" | |
[HKEY_CLASSES_ROOT\Drive\shell\mintty\command] | |
@="c:\\cygwin\\bin\\mintty.exe -e /bin/xhere /bin/bash.exe \"%L\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment