File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,24 @@ import (
88var rootCmd = & cobra.Command {
99 Use : "managedssh" ,
1010 Short : "A beautiful SSH connection manager" ,
11- Long : "ManagedSSH — manage, organize, and connect to your SSH hosts from a slick terminal UI." ,
11+ Long : `ManagedSSH - manage, organize, and connect to your SSH hosts from a slick terminal UI.
12+
13+ Interface Controls:
14+ q quit
15+ l lock vault
16+ c change master key
17+ / focus search
18+ esc clear search or cancel current context
19+ j / k move selection (arrow keys also supported)
20+ a add host
21+ e edit selected host
22+ y duplicate selected host
23+ d delete selected host (with confirmation)
24+ h run health check for all saved hosts
25+ enter connect to selected host
26+ x export backup
27+ i import backup` ,
28+ Args : cobra .NoArgs ,
1229 RunE : func (cmd * cobra.Command , args []string ) error {
1330 return tui .Start ()
1431 },
You can’t perform that action at this time.
0 commit comments