@@ -74,49 +74,48 @@ run command.
74
74
75
75
option(lssh)
76
76
77
- NAME:
78
- lssh - TUI list select and parallel ssh client command.
79
- USAGE:
80
- lssh [options] [commands...]
81
-
82
- OPTIONS:
83
- --host servername, -H servername connect servername.
84
- --file filepath, -F filepath config filepath. (default: "~/.lssh.conf")
85
- -L [bind_address:]port:remote_address:port Local port forward mode.Specify a [bind_address:]port:remote_address:port. Only single connection works.
86
- -R [bind_address:]port:remote_address:port Remote port forward mode.Specify a [bind_address:]port:remote_address:port. Only single connection works.
87
- -D port Dynamic port forward mode(Socks5). Specify a port. Only single connection works.
88
- -w Displays the server header when in command execution mode.
89
- -W Not displays the server header when in command execution mode.
90
- --not-execute, -N not execute remote command and shell.
91
- --x11, -X x11 forwarding(forward to ${DISPLAY}).
92
- --term, -t run specified command at terminal.
93
- --parallel, -p run command parallel node(tail -F etc...).
94
- --localrc use local bashrc shell.
95
- --not-localrc not use local bashrc shell.
96
- --pshell, -s use parallel-shell(pshell) (alpha).
97
- --list, -l print server list from config.
98
- --help, -h print this help
99
- --version, -v print the version
100
-
101
- COPYRIGHT:
102
-
103
-
104
- VERSION:
105
- 0.6.2
106
-
107
- USAGE:
108
- # connect ssh
109
- lssh
110
-
111
- # run command selected server over ssh.
112
- lssh command...
113
-
114
- # run command parallel in selected server over ssh.
115
- lssh -p command...
116
-
117
- # run command parallel in selected server over ssh, do it in interactively shell.
118
- lssh -s
119
-
77
+ NAME:
78
+ lssh - TUI list select and parallel ssh client command.
79
+ USAGE:
80
+ lssh [options] [commands...]
81
+
82
+ OPTIONS:
83
+ --host servername, -H servername connect servername.
84
+ --file filepath, -F filepath config filepath. (default: "/Users/uesugi/.lssh.conf")
85
+ -L [bind_address:]port:remote_address:port Local port forward mode.Specify a [bind_address:]port:remote_address:port. Only single connection works.
86
+ -R [bind_address:]port:remote_address:port Remote port forward mode.Specify a [bind_address:]port:remote_address:port. Only single connection works.
87
+ -D port Dynamic port forward mode(Socks5). Specify a port. Only single connection works.
88
+ -w Displays the server header when in command execution mode.
89
+ -W Not displays the server header when in command execution mode.
90
+ --not-execute, -N not execute remote command and shell.
91
+ --x11, -X x11 forwarding(forward to ${DISPLAY}).
92
+ --term, -t run specified command at terminal.
93
+ --parallel, -p run command parallel node(tail -F etc...).
94
+ --localrc use local bashrc shell.
95
+ --not-localrc not use local bashrc shell.
96
+ --pshell, -s use parallel-shell(pshell) (alpha).
97
+ --list, -l print server list from config.
98
+ --help, -h print this help
99
+ --version, -v print the version
100
+
101
+ COPYRIGHT:
102
+
103
+
104
+ VERSION:
105
+ 0.6.4
106
+
107
+ USAGE:
108
+ # connect ssh
109
+ lssh
110
+
111
+ # run command selected server over ssh.
112
+ lssh command...
113
+
114
+ # run command parallel in selected server over ssh.
115
+ lssh -p command...
116
+
117
+ # run command parallel in selected server over ssh, do it in interactively shell.
118
+ lssh -s
120
119
121
120
122
121
### lscp
@@ -127,35 +126,34 @@ run command.
127
126
128
127
option(lscp)
129
128
130
- NAME:
131
- lscp - TUI list select and parallel scp client command.
132
- USAGE:
133
- lscp [options] (local|remote):from_path... (local|remote):to_path
134
-
135
- OPTIONS:
136
- --host value, -H value connect servernames
137
- --list, -l print server list from config
138
- --file value, -F value config file path (default: "~/.lssh.conf")
139
- --permission, -p copy file permission
140
- --help, -h print this help
141
- --version, -v print the version
129
+ NAME:
130
+ lscp - TUI list select and parallel scp client command.
131
+ USAGE:
132
+ lscp [options] (local|remote):from_path... (local|remote):to_path
142
133
143
- COPYRIGHT:
144
-
134
+ OPTIONS:
135
+ --host value, -H value connect servernames
136
+ --list, -l print server list from config
137
+ --file value, -F value config file path (default: "/Users/uesugi/.lssh.conf")
138
+ --permission, -p copy file permission
139
+ --help, -h print this help
140
+ --version, -v print the version
145
141
146
- VERSION :
147
- 0.6.2
142
+ COPYRIGHT :
143
+
148
144
149
- USAGE:
150
- # local to remote scp
151
- lscp /path/to/local... remote:/path/to/remote
145
+ VERSION:
146
+ 0.6.4
152
147
153
- # remote to local scp
154
- lscp remote:/path/to/remote... /path/to/local
148
+ USAGE:
149
+ # local to remote scp
150
+ lscp /path/to/local... remote:/path/to/remote
155
151
156
- # remote to remote scp
157
- lscp remote:/path/to/remote... remote: /path/to/local
152
+ # remote to local scp
153
+ lscp remote:/path/to/remote... /path/to/local
158
154
155
+ # remote to remote scp
156
+ lscp remote:/path/to/remote... remote:/path/to/local
159
157
160
158
161
159
### lsftp
@@ -166,27 +164,25 @@ run command.
166
164
167
165
option(lsftp)
168
166
169
- NAME:
170
- lsftp - TUI list select and parallel sftp client command.
171
- USAGE:
172
- lsftp [options]
173
-
174
- OPTIONS:
175
- --file value, -F value config file path (default: "~/.lssh.conf")
176
- --help, -h print this help
177
- --version, -v print the version
178
-
179
- COPYRIGHT:
180
-
167
+ NAME:
168
+ lsftp - TUI list select and parallel sftp client command.
169
+ USAGE:
170
+ lsftp [options]
181
171
182
- VERSION:
183
- 0.6.2
172
+ OPTIONS:
173
+ --file value, -F value config file path (default: "/Users/uesugi/.lssh.conf")
174
+ --help, -h print this help
175
+ --version, -v print the version
184
176
185
- USAGE:
186
- # start lsftp shell
187
- lsftp
177
+ COPYRIGHT:
178
+
188
179
180
+ VERSION:
181
+ 0.6.4
189
182
183
+ USAGE:
184
+ # start lsftp shell
185
+ lsftp
190
186
191
187
192
188
If you specify a command as an argument, you can select multiple hosts. Select host <kbd >Tab</kbd >, select all displayed hosts <kbd >Ctrl</kbd > + <kbd >a</kbd >.
@@ -377,7 +373,7 @@ You can select multiple connection destinations.
377
373
</details >
378
374
379
375
380
- ### 5 . include ~ /.ssh/config file.
376
+ ### 6 . include ~ /.ssh/config file.
381
377
<details >
382
378
383
379
Load and use ` ~/.ssh/config ` by default.\
@@ -392,7 +388,7 @@ Alternatively, you can specify and read the path as follows: In addition to the
392
388
393
389
</details >
394
390
395
- ### 6 . include other ServerConfig file.
391
+ ### 7 . include other ServerConfig file.
396
392
<details >
397
393
398
394
You can include server settings in another file.\
@@ -434,7 +430,7 @@ The priority of setting values is as follows.
434
430
435
431
</details >
436
432
437
- ### 7 . Supported Proxy
433
+ ### 8 . Supported Proxy
438
434
<details >
439
435
440
436
Supports multiple proxy.
@@ -505,7 +501,7 @@ Besides this, you can also specify ProxyCommand like OpenSSH.
505
501
</details >
506
502
507
503
508
- ### 8 . Available authentication method
504
+ ### 9 . Available authentication method
509
505
<details >
510
506
511
507
* Password auth
@@ -587,7 +583,7 @@ Besides this, you can also specify ProxyCommand like OpenSSH.
587
583
</details >
588
584
589
585
590
- ### 9 . Port forwarding
586
+ ### 10 . Port forwarding
591
587
<details >
592
588
593
589
Supported Local/Remote/Dynamic port forwarding.\
0 commit comments