Skip to content

Instantly share code, notes, and snippets.

@topas
Forked from peterwooley/mintty.reg
Created June 1, 2016 12:51
Show Gist options
  • Save topas/7970dc431701367c4ba481ed213da0d8 to your computer and use it in GitHub Desktop.
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.
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