You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
# Launch SSH
2
2
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.
0 commit comments