[]
= "easyssh"
= "0.2.6"
= "2024"
= "make ssh easy - hosts, keys, tunnels, mounts and file copies in one CLI + TUI"
= "AGPL-3.0-only"
= "https://gitlab.com/safteinzz/easyssh"
# The crate is `easyssh`, but the command you type is the shorter `essh`
# (ssh + one letter - muscle memory carries, no dangerous typo of real `ssh`).
[[]]
= "essh"
= "src/main.rs"
[]
= "1" # error handling in the config/key engines
= { = "4", = ["derive"] } # CLI argument parsing
= "0.29" # the TUI (bare `essh`)
= "0.28" # terminal backend for ratatui + key events
= "2" # colored CLI output (ls, cp)
= "5" # locate ~/.ssh and the state dir portably