Thomas' Tech Tips

Enable Cygwin Bash Prompt Here Context Menu in Windows

20 July 2022 - Thomas Damgaard

With the chere package, it is possible to add an entry to Windows Explorer’s right-click context menu to open a Cygwin bash console.

This is how to do it: When installing Cygwin, install the chere package.

Then open a Cygwin terminal as Administrator and run:

chere -i -t mintty -s bash

This will add the Windows Explorer “Bash Prompt Here” context menu item.

Clicking this menu item will open a cygwin shell in the current folder.

Filed under: cygwin, howto, tips, windows

Back to article list