Simple SSH host finder. Fuzzy search built-in.
shell
$ cargo install shf
shell
$ git clone https://github.com/jsmits/shf.git
$ cd shf
cargo build
shell
$ cargo build --release
(put the resulting target/release/shf
on your PATH
)
cargo install
$ cargo install --path .
```shell $ shf -h shf 0.1.7 Simple SSH host finder
USAGE: shf [OPTIONS]
OPTIONS:
-c, --config
~/.ssh/config
shell
$ shf
shell
$ shf -c /path/to/ssh/config
shell
$ ssh $(shf)
shell
$ ssh (shf)
shell
$ shf -l
Please create a new issue when you encounter a bug or have any suggestions or feature requests. Pull requests are welcome as well.