分享一个自己写的 Shell 插件,主要解决两个痛点:
比如你输入 git checkout -b feature ,但你已经有 gcb 这个别名,它会提醒你:
💡 Hey! You should use your alias: gcb → git checkout -b
也会建议你用现代工具替代旧命令:
💡 Hey! You should use: eza → ls (modern replacement with git integration)
主要特性:
安装: brew install vangie/formula/you-should-use
或
curl -fsSL https://ysu.codelife.me/install.sh | sh
GitHub: https://github.com/vangie/you-should-use
欢迎试用和反馈!
1
huihuimoe 8 小时 33 分钟前 via iPhone
Hey! You should use: fish → zsh/bash/nushell
XD |