4 个版本
新发布 0.1.3 | 2024 年 8 月 9 日 |
---|---|
0.1.2 | 2023 年 8 月 24 日 |
0.1.1 | 2023 年 8 月 24 日 |
0.1.0 | 2023 年 8 月 24 日 |
#22 在 #delete
12KB
274 代码行
zoi
zoi 是一个命令行工具,可以帮助您管理 ssh 连接。
安装
cargo install zoi
或者手动安装
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
export PATH=$PATH:~/.cargo/bin
cargo build --release
cp target/release/zoi ~/.cargo/bin
用法
zoi -h
Usage: zoi [COMMAND]
Commands:
list List all hosts
add Add a host
delete Delete a host
delete-all Delete all hosts
edit Edit a host
rename Rename a host
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
许可证
此项目遵循 MIT 许可证。
依赖关系
~1.3–8.5MB
~71K SLoC