Skip to content

Commit f71550b

Browse files
committed
Update README
1 parent a7652f1 commit f71550b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Launch SSH
22

3-
SSH launcher which saves a history of launched sessions which can be filtered through the next time you want to launch a session.
3+
SSH launcher which saves a history of launched sessions which can be filtered through using auto completion and keyboard navigation the next time you want to launch a session.
4+
5+
## Usage
6+
7+
### Launch a new session
8+
Run `launch_ssh` from the menu (or a global keyboard shortcut to be extra quick) and type which host you want to connect to.
9+
10+
Press `RETURN` to start the session in a new terminal.
11+
12+
This saves the session hostname in your history and will make it easy to start the next time.
13+
14+
15+
### Navigate and autocomplete
16+
When some history items are filled in, you can navigate quickly through them using the arrow and `RETURN` keys or by typing some letters and pressing `TAB` for auto completion.
17+
18+
### Delete old sessions
19+
Delete records from your history you don't want using the `DELETE` key.
420

521
## Installing
622

0 commit comments

Comments
 (0)