summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-05-19 21:37:46 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2024-05-23 21:10:12 +0200
commit620e5840aba91d683bf7b4ee115079550aae8569 (patch)
treed813fa3b2be9085d45612fe381b0892d4cb119cc /README.md
parent49db4661634b364ea49758666623a2efc3ac7107 (diff)
Conversation interface
Changelog: Added `/conversations` command to list and select conversations
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 10 insertions, 7 deletions
diff --git a/README.md b/README.md
index 516c785..66e471c 100644
--- a/README.md
+++ b/README.md
@@ -36,9 +36,9 @@ to be attached to already existing identity on other device.
After the initial setup, the erebos tool presents interactive prompt for
messages and commands. All commands start with the slash (`/`) character,
-followed by command name and parameters (if any) separated by spaces. When a
-peer or contact is selected, message to send him can be entered directly on the
-command prompt.
+followed by command name and parameters (if any) separated by spaces. When
+a conversation is selected, message to send there is entered directly on
+the command prompt.
### Messaging
@@ -49,15 +49,18 @@ on local network or can be manually added.
`/contacts`
List known contacts (see below).
+`/conversations`
+List started conversations with contacts or other peers.
+
`/<number>`
-Select contact or peer `<number>` based on previous `/contacts` or `/peers`
-output list.
+Select conversation, contact or peer `<number>` based on the last
+`/conversations`, `/contacts` or `/peers` output list.
`<message>`
-Send `<message>` to selected contact.
+Send `<message>` to selected conversation.
`/history`
-Show message history for selected contact or peer.
+Show message history of the selected conversation.
### Add contacts