Update README and other files
This commit is contained in:
parent
9111073132
commit
68a48c08a5
@ -7,6 +7,3 @@ end_of_line = lf
|
|||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.{yaml,yml}]
|
|
||||||
indent_style = space
|
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
.idea/
|
.idea/
|
||||||
|
gomuks
|
||||||
|
gomuks.exe
|
||||||
|
@ -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.
|
Basic usage is possible, but expect bugs and missing features.
|
||||||
|
|
||||||
## Discussion
|
## Discussion
|
||||||
|
|
||||||
Matrix room: [#gomuks:maunium.net](https://matrix.to/#/#gomuks:maunium.net)
|
Matrix room: [#gomuks:maunium.net](https://matrix.to/#/#gomuks:maunium.net)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
@ -20,13 +19,13 @@ For now, you'll have to compile from source:
|
|||||||
2. gomuks should now be in `$GOPATH/bin/gomuks`
|
2. gomuks should now be in `$GOPATH/bin/gomuks`
|
||||||
|
|
||||||
## Usage
|
## 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 (half of height per click) or up/down arrow (1 row per click)
|
||||||
|
|
||||||
Scroll chat with page up/down
|
|
||||||
|
|
||||||
### Commands
|
### Commands
|
||||||
* `/quit` - Close gomuks
|
* `/quit` - Close gomuks
|
||||||
* `/clearcache` - Clear room state cache and close gomuks
|
* `/clearcache` - Clear room state cache and close gomuks
|
||||||
* `/leave` - Leave the current room
|
* `/leave` - Leave the current room
|
||||||
* `/join <room>` - Join the room with the given room ID or alias
|
* `/join <room>` - Join the room with the given room ID or alias
|
||||||
|
* `/panic` - Trigger a test panic
|
||||||
|
Loading…
Reference in New Issue
Block a user