Skip to content

Instantly share code, notes, and snippets.

@hollowmaster1496
Last active April 9, 2024 20:10
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hollowmaster1496/617769d51d39cf4cc8f6427d6f3b4369 to your computer and use it in GitHub Desktop.
Save hollowmaster1496/617769d51d39cf4cc8f6427d6f3b4369 to your computer and use it in GitHub Desktop.
Open MSYS2 terminal here (mingw-w64) from right-click menu

For anyone who develops software on Windows (but needs quick access to a Linux terminal), here's a quick and easy way to get it with MSYS2.

Before starting, install "MSYS2" with default settings.

  1. From Windows search, launch 'regedit.exe'
  2. Navigate to "HKEY_CLASSES_ROOT\Directory\Background\shell"
  3. Right-click on 'shell' and select New>Key. Call this key MSYS2.
  4. Now right-click on 'MSYS2' and select New>Key. Call this key command
  5. Select command and then double-click on (Default). Set 'Value data' to "C:\msys64\msys2_shell.cmd" "-here"

Now try right-clicking in file explorer and select the new shortcut :)

@ShyamalJB
Copy link

ShyamalJB commented Dec 8, 2023

Thank you so much for this, This definitely improved my workflow 😊

Screenshot (8)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment