diff options
Diffstat (limited to 'doc/snac.1')
| -rw-r--r-- | doc/snac.1 | 17 |
1 files changed, 16 insertions, 1 deletions
| @@ -78,8 +78,17 @@ Fediverse identifier to follow. | |||
| 78 | .It Boost (by URL) | 78 | .It Boost (by URL) |
| 79 | Fill the input area with the URL of a Fediverse note to be | 79 | Fill the input area with the URL of a Fediverse note to be |
| 80 | boosted. | 80 | boosted. |
| 81 | .It Like (by URL) | ||
| 82 | Fill the input area with the URL of a Fediverse note to be | ||
| 83 | liked. | ||
| 81 | .It User setup... | 84 | .It User setup... |
| 82 | This option opens the user setup dialog. | 85 | This option opens the user setup dialog. |
| 86 | .It Followed hashtags... | ||
| 87 | Enter here the list of hashtags you want to follow, one | ||
| 88 | per line, with or without the # symbol. | ||
| 89 | .It Blocked hashtags... | ||
| 90 | Enter here the list of hashtags you want to block, one | ||
| 91 | per line, with or without the # symbol. | ||
| 83 | .El | 92 | .El |
| 84 | .Pp | 93 | .Pp |
| 85 | The user setup dialog allows some user information to be | 94 | The user setup dialog allows some user information to be |
| @@ -151,6 +160,9 @@ approved or discarded. | |||
| 151 | If this toggle is set, the number of followers and following | 160 | If this toggle is set, the number of followers and following |
| 152 | accounts are made public (this is only the number; the specific | 161 | accounts are made public (this is only the number; the specific |
| 153 | lists of accounts are never published). | 162 | lists of accounts are never published). |
| 163 | .It Web interface language | ||
| 164 | If the administrator has installed any language file, it | ||
| 165 | can be selected here. | ||
| 154 | .It Password | 166 | .It Password |
| 155 | Write the same string in these two fields to change your | 167 | Write the same string in these two fields to change your |
| 156 | password. Don't write anything if you don't want to do this. | 168 | password. Don't write anything if you don't want to do this. |
| @@ -256,7 +268,8 @@ argument is -e, the external editor defined by the EDITOR | |||
| 256 | environment variable will be invoked to prepare a message; if | 268 | environment variable will be invoked to prepare a message; if |
| 257 | it's - (a lonely hyphen), the post content will be read from stdin. | 269 | it's - (a lonely hyphen), the post content will be read from stdin. |
| 258 | The rest of command line arguments are treated as media files to be | 270 | The rest of command line arguments are treated as media files to be |
| 259 | attached to the post. | 271 | attached to the post. The LANG environment variable (if defined) is used |
| 272 | as the post language. | ||
| 260 | .It Cm note_unlisted Ar basedir Ar uid Ar text Op file file ... | 273 | .It Cm note_unlisted Ar basedir Ar uid Ar text Op file file ... |
| 261 | Like the previous one, but creates an "unlisted" (or "quiet public") post. | 274 | Like the previous one, but creates an "unlisted" (or "quiet public") post. |
| 262 | .It Cm note_mention Ar basedir Ar uid Ar text Op file file ... | 275 | .It Cm note_mention Ar basedir Ar uid Ar text Op file file ... |
| @@ -395,6 +408,8 @@ variable. Set it to an integer value. The higher, the deeper in meaningless | |||
| 395 | verbiage you'll find yourself into. | 408 | verbiage you'll find yourself into. |
| 396 | .It Ev EDITOR | 409 | .It Ev EDITOR |
| 397 | The user-preferred interactive text editor to prepare messages. | 410 | The user-preferred interactive text editor to prepare messages. |
| 411 | .It Ev LANG | ||
| 412 | The language of the post when sending messages. | ||
| 398 | .El | 413 | .El |
| 399 | .Sh SEE ALSO | 414 | .Sh SEE ALSO |
| 400 | .Xr snac 5 , | 415 | .Xr snac 5 , |