Loading

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'"

posted @ 2022-06-24 16:55  dylanchu  阅读(116)  评论(0编辑  收藏  举报