Skip to content

Instantly share code, notes, and snippets.

View topas's full-sized avatar

Tomáš Pastorek topas

  • Avast, naZavody.cz, Lumibee
  • Czech Republic
View GitHub Profile
@topas
topas / cygwin-shell.reg
Created June 1, 2016 12:51 — forked from peterwooley/mintty.reg
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"