Update README and other files

This commit is contained in:
Tulir Asokan 2018-03-20 23:49:37 +02:00
parent 9111073132
commit 68a48c08a5
4 changed files with 5 additions and 8 deletions

View File

@ -7,6 +7,3 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yaml,yml}]
indent_style = space

2
.gitignore vendored
View File

@ -1 +1,3 @@
.idea/
gomuks
gomuks.exe

View File

@ -6,7 +6,6 @@ A terminal Matrix client written in Go using [gomatrix](https://github.com/matri
Basic usage is possible, but expect bugs and missing features.
## Discussion
Matrix room: [#gomuks:maunium.net](https://matrix.to/#/#gomuks:maunium.net)
## Installation
@ -20,13 +19,13 @@ For now, you'll have to compile from source:
2. gomuks should now be in `$GOPATH/bin/gomuks`
## Usage
Switch between rooms with ctrl + up/down arrow (alt+arrows works too).
Switch between rooms with ctrl + up/down arrow.
Scroll chat with page up/down
Scroll chat with page up/down (half of height per click) or up/down arrow (1 row per click)
### Commands
* `/quit` - Close gomuks
* `/clearcache` - Clear room state cache and close gomuks
* `/leave` - Leave the current room
* `/join <room>` - Join the room with the given room ID or alias
* `/panic` - Trigger a test panic

1
tview
View File

@ -1 +0,0 @@
../tview