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