Crates.io | zoi |
lib.rs | zoi |
version | 0.1.3 |
source | src |
created_at | 2023-08-24 03:58:25.246524 |
updated_at | 2024-08-09 10:26:25.60613 |
description | A tool to manage your ssh connections |
homepage | https://github.com/vthang95/zoi |
repository | https://github.com/vthang95/zoi |
max_upload_size | |
id | 953262 |
size | 21,439 |
zoi is a command line tool that helps to manage your ssh connections.
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
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
This project is licensed under the MIT license.