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:
Efim Poberezkin
2021-09-12 02:00:59 +10:00
committed by GitHub
parent 46cf314403
commit 4360d34847
10 changed files with 82 additions and 63 deletions
+5 -5
View File
@@ -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"]
]