.\" Generated by scdoc 1.10.1 .\" Complete documentation for this program is not available as a GNU info page .ie \n(.g .ds Aq \(aq .el .ds Aq ' .nh .ad l .\" Begin generated content: .TH "SHY" "1" "2020-05-04" .P .SH NAME .P shy - barebones ssh launcher .P .SH SYNOPSIS .P \fIshy\fR [\fIOPTIONS\fR] .P .SH DESCRIPTION .P \fIshy\fR is a lil console ui for quickly connecting to an ssh server. It parses your `~/.ssh/config` file and displays all your "Host" patterns, allowing you to quickly select one using a readline-ish prompt. .P Usually \fIshy\fR is started with no options: .P .RS 4 shy .P .RE To connect more quickly to a host, you may want to launch in search mode: .P .RS 4 shy -s .P .RE If you want to use a config file other than `~/.ssh/config`, you can pass a path using the `-c` or `--config` options. .P .SH OPTIONS .P \fI-c\fR, \fI--config\fR \fIFILE\fR .RS 4 Use \fIFILE\fR instead of \fI~/.ssh/config\fR .P .RE \fI-h\fR, \fI--help\fR .RS 4 Print a help summary and exit. .P .RE \fI-v\fR, \fI--version\fR .RS 4 Print version information and exit. .P .RE .SH NOTES .P If no config file is found, \fIshy\fR will fail to start. .P .SH NAVIGATION .P \fIshy\fR has two modes: Navigation mode and Search mode. By default, the program is in Navigation mode - a simple list view that lets you move your selected host up or down. .P By pressing `i`, `s`, `f`, or `/`, the program enters Search mode, allowing you to quickly jump to a host by typing the beginning of its name. .P .SS NAV MODE KEYBOARD SHORTCUTS .P \fIq\fR, \fIEsc\fR, \fICtrl-c\fR .RS 4 Quit \fIshy\fR. .P .RE \fIUp arrow\fR, \fICtrl-p\fR, \fIk\fR .RS 4 Select previous host in list. .RE \fIDown arrow\fR, \fICtrl-n\fR, \fIj\fR .RS 4 Select next host in list. .RE \fIPage Down\fR, \fISpacebar\fR .RS 4 Jump down by five entries. .RE \fIPage Up\fR, \fI-\fR .RS 4 Jump up by five entries. .P .RE \fIEnter\fR .RS 4 Connect to selected host. .P .RE \fIi\fR, \fIs\fR, \fI/\fR, \fIf\fR .RS 4 Enter search mode. .RE \fIr\fR, \fIF5\fR .RS 4 Refresh view. .P .RE .SS SEARCH MODE KEYBOARD SHORTCUTS .P \fIEsc\fR, \fICtrl-c\fR .RS 4 Clear the input, and then exit Search mode. .P .RE \fIUp arrow\fR, \fICtrl-p\fR, \fIk\fR .RS 4 Select previous matching host. .RE \fIDown arrow\fR, \fICtrl-n\fR, \fIj\fR .RS 4 Select next matching host. .P .RE \fIEnter\fR .RS 4 Connect to selected host. .P .RE .SH ABOUT .P \fIshy\fR is maintained by chris west, and released under the MIT license. .P shy's Gopher hole: .RS 4 \fIgopher://phkt.io/1/shy\fR .RE shy's webpage: .RS 4 \fIhttps://github.com/xvxx/shy\fR