Leon (@funnyzak) 在 CLI Cheatsheets - 命令行速查表,开源分享 中发帖
最近折腾了个小玩意儿——CLI Cheatsheets,就是个命令行速查表,在终端操作,忘记命令时,省点翻文档的功夫。
一行命令速查:
# 查看所有支持的命令
curl -s https://raw.githubusercontent.com/funnyzak/cli-cheatsheets/refs/heads/main/cheatsheet.sh | bash -s -- -l
#查看指定命令速查表
curl -s https://raw.githubusercontent.com/funnyzak/cli-cheatsheets/refs/heads/main/cheatsheet.sh | bash -s -- git
项目地址在这儿:
https://github.com/funnyzak/cli-cheatsheets
欢迎试试,觉得行就给个 Star,有啥意见直接...