From 620e5840aba91d683bf7b4ee115079550aae8569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 19 May 2024 21:37:46 +0200 Subject: Conversation interface Changelog: Added `/conversations` command to list and select conversations --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'README.md') 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. + `/` -Select contact or peer `` based on previous `/contacts` or `/peers` -output list. +Select conversation, contact or peer `` based on the last +`/conversations`, `/contacts` or `/peers` output list. `` -Send `` to selected contact. +Send `` to selected conversation. `/history` -Show message history for selected contact or peer. +Show message history of the selected conversation. ### Add contacts -- cgit v1.2.3