mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix documentation for --profile; add completers to man page
This commit is contained in:
parent
9a2e07cbce
commit
2ab6b6d6ca
1 changed files with 24 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
= nheko(1)
|
= nheko(1)
|
||||||
:doctype: manpage
|
:doctype: manpage
|
||||||
:Date: 2022-01-01
|
:Date: 2022-01-27
|
||||||
:Revision: @PROJECT_VERSION@
|
:Revision: @PROJECT_VERSION@
|
||||||
:man source: nheko
|
:man source: nheko
|
||||||
:man manual: General Commands Manual
|
:man manual: General Commands Manual
|
||||||
|
@ -33,9 +33,28 @@ Displays version information.
|
||||||
*--debug*::
|
*--debug*::
|
||||||
Enables debug output.
|
Enables debug output.
|
||||||
|
|
||||||
*-p*, *--profile*::
|
*-p* _<profile>_, *--profile* _<profile>_::
|
||||||
Creates a unique profile, which allows you to log into several accounts at the
|
Creates a unique profile, which allows you to log into several accounts at the
|
||||||
same time and start multiple instances of nheko.
|
same time and start multiple instances of nheko. Use _default_ to start with the
|
||||||
|
default profile.
|
||||||
|
|
||||||
|
== COMPLETERS
|
||||||
|
|
||||||
|
Completers spawn a popup with completion candidates when you type them in
|
||||||
|
the input line.
|
||||||
|
|
||||||
|
*@*::
|
||||||
|
Open username completer.
|
||||||
|
|
||||||
|
*#*::
|
||||||
|
Open room completer.
|
||||||
|
|
||||||
|
*:*::
|
||||||
|
Open unicode emoji picker.
|
||||||
|
|
||||||
|
*~*::
|
||||||
|
Open custom emoji picker. Requires an image pack with custom emojis. Selecting
|
||||||
|
an emoji will add HTML code for the inline image into the input line.
|
||||||
|
|
||||||
== KEYBOARD SHORTCUTS
|
== KEYBOARD SHORTCUTS
|
||||||
|
|
||||||
|
@ -84,6 +103,8 @@ Submit message.
|
||||||
|
|
||||||
== COMMANDS
|
== COMMANDS
|
||||||
|
|
||||||
|
Commands only work when they are used at the beginning of text.
|
||||||
|
|
||||||
=== Custom messages
|
=== Custom messages
|
||||||
|
|
||||||
*/me* _<message>_::
|
*/me* _<message>_::
|
||||||
|
|
Loading…
Reference in a new issue