diff options
author | Jaron Swab <jrswab@gmail.com> | 2019-06-14 18:05:21 -0400 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2019-06-15 01:05:21 +0300 |
commit | d3c18788dda5c2205a858c99afc75acc46c7ed33 (patch) | |
tree | 433d29756fcce9d85838fea7499e2445170e5219 | |
parent | ae3bb9c7a39202ba462b3b8a0a564804a5517cf4 (diff) |
Update README.md (#98)
Switch out some links and added the `/create` command to the list of
commands at the bottom.
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,7 @@ ![Chat Preview](chat-preview.png) -A terminal Matrix client written in Go using [mautrix](https://github.com/matrix-org/mautrix) and [tview](https://github.com/rivo/tview). +A terminal Matrix client written in Go using [mautrix](https://github.com/tulir/mautrix-go) and [mauview](https://github.com/tulir/mauview). Basic usage is possible, but expect bugs and missing features. @@ -62,6 +62,7 @@ func Foo() { * `/quit` - Close gomuks * `/clearcache` - Clear room state and close gomuks * `/leave` - Leave the current room +* `/create <room name>` - Create a new Matrix room. * `/join <room>` - Join the room with the given room ID or alias * `/toggle <rooms/users/baremessages/images/typingnotif>` - Change user preferences * `/logout` - Log out, clear caches and go back to the login view |