4 releases
0.1.3 | Aug 9, 2024 |
---|---|
0.1.2 | Aug 24, 2023 |
0.1.1 | Aug 24, 2023 |
0.1.0 | Aug 24, 2023 |
#1455 in Command line utilities
12KB
274 lines
zoi
zoi is a command line tool that helps to manage your ssh connections.
Installation
cargo install zoi
Or install manually:
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
Usage
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
License
This project is licensed under the MIT license.
Dependencies
~1.2–9.5MB
~71K SLoC