Windows:右键菜单添加MSYS MinGW64
目的:添加一个像git-bash那样的右键菜单
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\msys_mingw64]
@="MSYS &MinGW64"
"Icon"="F:\\msys64\\mingw64.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\msys_mingw64\command]
@="\"F:\\msys64\\mingw64.exe\" /bin/sh -lc 'cd \"%v\"; exec bash'"
[HKEY_CLASSES_ROOT\Directory\shell\msys_mingw64]
@="MSYS &MinGW64"
"Icon"="F:\\msys64\\mingw64.exe"
[HKEY_CLASSES_ROOT\Directory\shell\msys_mingw64\command]
@="\"F:\\msys64\\mingw64.exe\" /bin/sh -lc 'cd \"%1\"; exec bash'"