4 个版本
新 0.1.2 | 2024 年 8 月 19 日 |
---|---|
0.1.1 | 2024 年 8 月 18 日 |
0.1.0 | 2024 年 8 月 18 日 |
0.0.1 | 2024 年 8 月 17 日 |
#416 在 命令行工具
每月 60 次下载
11KB
262 行
proj-cmd
使用 clap 编写的简单项目组织器。
安装
步骤 1
安装 proj-cmd
命令 -
cargo install proj-cmd
步骤 2
zsh
将以下内容添加到您的 shell 配置文件中 -eval "$(proj-cmd init zsh)"
bash
将以下内容添加到您的 shell 配置文件中 -eval "$(proj-cmd init bash)"
fish
将以下内容添加到您的 shell 配置文件中 -eval "$(proj-cmd init fish)"
nu
运行此命令 proj-cmd init nu | save -f ~/.proj.nu
将以下内容添加到您的 shell 配置文件中 -
source ~/.proj.nu
init 命令目前支持
bash
、zsh
、nu
和fish
默认情况下,init 命令生成一个名为
proj
的函数,您也可以传递自己的作为proj-cmd init <shell> my-cmd
依赖关系
~1–12MB
~79K SLoC