• 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'"
    
    
  • 相关阅读:
    爬虫学习
    微软命令行安装第三方库
    Python复习(拾遗)3
    Python拾遗2
    Python复习(拾遗)
    python练习 自动绘图
    多分支结构
    turtle
    Python练习
    随便写点…
  • 原文地址:https://www.cnblogs.com/dylanchu/p/16409523.html
Copyright © 2020-2023  润新知