-
-
Save topas/7970dc431701367c4ba481ed213da0d8 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 hidden or 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 Shell Here" | |
[HKEY_CLASSES_ROOT\Directory\shell\mintty\command] | |
@="c:\\cygwin\\bin\\mintty.exe -e /bin/xhere /bin/fish.exe \"%L\"" | |
[HKEY_CLASSES_ROOT\Drive\shell\mintty] | |
@="Open Shell Here" | |
[HKEY_CLASSES_ROOT\Drive\shell\mintty\command] | |
@="c:\\cygwin\\bin\\mintty.exe -e /bin/xhere /bin/fish.exe \"%L\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment