mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Merge pull request #867 from tastytea/enhance-manpage
Fix and enhance man page
This commit is contained in:
commit
5646960ff9
1 changed files with 15 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
||||||
= nheko(1)
|
= nheko(1)
|
||||||
:doctype: manpage
|
:doctype: manpage
|
||||||
:Date: 2021-12-22
|
:Date: 2022-01-01
|
||||||
:Revision: @PROJECT_VERSION@
|
:Revision: @PROJECT_VERSION@
|
||||||
:man source: nheko
|
:man source: nheko
|
||||||
:man manual: General Commands Manual
|
:man manual: General Commands Manual
|
||||||
|
@ -37,7 +37,7 @@ Enables debug output.
|
||||||
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.
|
||||||
|
|
||||||
== Keyboard shortcuts
|
== KEYBOARD SHORTCUTS
|
||||||
|
|
||||||
=== Room list
|
=== Room list
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ Insert line break.
|
||||||
*Enter*::
|
*Enter*::
|
||||||
Submit message.
|
Submit message.
|
||||||
|
|
||||||
== Commands
|
== COMMANDS
|
||||||
|
|
||||||
=== Custom messages
|
=== Custom messages
|
||||||
|
|
||||||
|
@ -118,25 +118,25 @@ Join a room.
|
||||||
*/part*, */leave*::
|
*/part*, */leave*::
|
||||||
Leave the current room.
|
Leave the current room.
|
||||||
|
|
||||||
*/invite* _<username>_::
|
*/invite* _<username>_ _[reason]_::
|
||||||
Invite a user into the current room.
|
Invite a user into the current room. _reason_ is optional.
|
||||||
|
|
||||||
*/kick* _<username>_::
|
*/kick* _<username>_ _[reason]_::
|
||||||
Kick a user from the current room.
|
Kick a user from the current room. _reason_ is optional.
|
||||||
|
|
||||||
*/ban* _<username>_::
|
*/ban* _<username>_ _[reason]_::
|
||||||
Ban a user from the current room.
|
Ban a user from the current room. _reason_ is optional.
|
||||||
|
|
||||||
*/unban* _<username>_::
|
*/unban* _<username>_ _[reason]_::
|
||||||
Unban a user.
|
Unban a user. _reason_ is optional.
|
||||||
|
|
||||||
*/roomnick* _<roomname>_::
|
*/roomnick* _<roomname>_::
|
||||||
Change your nickname in a single room.
|
Change your nickname in a single room.
|
||||||
|
|
||||||
=== Emoticons
|
=== Emoticons
|
||||||
|
|
||||||
*/shrug*::
|
*/shrug* _[message]_::
|
||||||
Inserts `¯\_(ツ)_/¯`
|
Inserts `¯\_(ツ)_/¯` followed by an optional _message_.
|
||||||
|
|
||||||
*/fliptable*::
|
*/fliptable*::
|
||||||
Inserts `(╯°□°)╯︵ ┻━┻`
|
Inserts `(╯°□°)╯︵ ┻━┻`
|
||||||
|
@ -161,10 +161,10 @@ Rotates the encryption key used to send encrypted messages in a room.
|
||||||
_address_ can be one of:
|
_address_ can be one of:
|
||||||
|
|
||||||
_<event ID>_;;
|
_<event ID>_;;
|
||||||
Jumpd to event with the specified ID and highlights it.
|
Jumps to event with the specified ID and highlights it.
|
||||||
|
|
||||||
_<message index>_;;
|
_<message index>_;;
|
||||||
Jumpd to the message with the specified index and highlights it.
|
Jumps to the message with the specified index and highlights it.
|
||||||
|
|
||||||
_<Matrix URI>_;;
|
_<Matrix URI>_;;
|
||||||
Handles Matrix URI as if you clicked on it.
|
Handles Matrix URI as if you clicked on it.
|
||||||
|
|
Loading…
Reference in a new issue