|
6 | 6 | - [AWS S3 address argument](#aws-s3-address-argument)
|
7 | 7 | - [SMB address argument](#smb-address-argument)
|
8 | 8 | - [How Password can be provided 🔐](#how-password-can-be-provided-)
|
| 9 | + - [Subcommands](#subcommands) |
| 10 | + - [Import a theme](#import-a-theme) |
| 11 | + - [Install latest version](#install-latest-version) |
9 | 12 | - [S3 connection parameters](#s3-connection-parameters)
|
10 | 13 | - [S3 credentials 🦊](#s3-credentials-)
|
11 | 14 | - [File explorer 📂](#file-explorer-)
|
|
45 | 48 |
|
46 | 49 | - `-P, --password <password>` if address is provided, password will be this argument
|
47 | 50 | - `-b, --address-as-bookmark` resolve address argument as a bookmark name
|
48 |
| -- `-c, --config` Open termscp starting from the configuration page |
49 | 51 | - `-q, --quiet` Disable logging
|
50 |
| -- `-t, --theme <path>` Import specified theme |
51 |
| -- `-u, --update` Update termscp to latest version |
52 | 52 | - `-v, --version` Print version info
|
53 | 53 | - `-h, --help` Print help page
|
54 | 54 |
|
@@ -131,6 +131,17 @@ Password can be basically provided through 3 ways when address argument is provi
|
131 | 131 | - Via `sshpass`: you can provide password via `sshpass`, e.g. `sshpass -f ~/.ssh/topsecret.key termscp [email protected]`
|
132 | 132 | - You will be prompted for it: if you don't use any of the previous methods, you will be prompted for the password, as happens with the more classics tools such as `scp`, `ssh`, etc.
|
133 | 133 |
|
| 134 | + |
| 135 | +### Subcommands |
| 136 | + |
| 137 | +#### Import a theme |
| 138 | + |
| 139 | +Run termscp as `termscp theme <theme-file>` |
| 140 | + |
| 141 | +#### Install latest version |
| 142 | + |
| 143 | +Run termscp as `termscp update` |
| 144 | + |
134 | 145 | ---
|
135 | 146 |
|
136 | 147 | ## S3 connection parameters
|
|
0 commit comments