mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
update readme (#99)
* update readme * case * fixes, roadmap * wording * features * update gifs and images * block warning * add link from announcement to groups * update default servers * update readme * update roadmap, image, etc. Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
@@ -68,11 +68,11 @@ filesHelpInfo =
|
||||
map
|
||||
styleMarkdown
|
||||
[ green "File transfer commands:",
|
||||
indent <> highlight "/file @<contact> <file_path> " <> " - send file to contact.",
|
||||
indent <> highlight "/file #<group> <file_path> " <> " - send file to group.",
|
||||
indent <> highlight "/freceive <file_id> [<file_path>]" <> " - accept to receive file.",
|
||||
indent <> highlight "/fcancel <file_id> " <> " - cancel sending / receiving file.",
|
||||
indent <> highlight "/fstatus <file_id> " <> " - show file transfer status.",
|
||||
indent <> highlight "/file @<contact> <file_path> " <> " - send file to contact",
|
||||
indent <> highlight "/file #<group> <file_path> " <> " - send file to group",
|
||||
indent <> highlight "/freceive <file_id> [<file_path>]" <> " - accept to receive file",
|
||||
indent <> highlight "/fcancel <file_id> " <> " - cancel sending / receiving file",
|
||||
indent <> highlight "/fstatus <file_id> " <> " - show file transfer status",
|
||||
"",
|
||||
"The commands may be abbreviated: " <> listHighlight ["/f", "/fr", "/fc", "/fs"]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user