Skip to content

Instantly share code, notes, and snippets.

@peterwooley
Created February 20, 2012 23:15
Show Gist options
  • Save peterwooley/1872201 to your computer and use it in GitHub Desktop.
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.
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