diff --git a/.editorconfig b/.editorconfig index 21d312a..1b83267 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,3 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true - -[*.{yaml,yml}] -indent_style = space diff --git a/.gitignore b/.gitignore index 9f11b75..7b6682e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .idea/ +gomuks +gomuks.exe diff --git a/README.md b/README.md index 80ed3c6..7f10d40 100644 --- a/README.md +++ b/README.md @@ -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 ` - Join the room with the given room ID or alias +* `/panic` - Trigger a test panic diff --git a/tview b/tview deleted file mode 120000 index 83d3467..0000000 --- a/tview +++ /dev/null @@ -1 +0,0 @@ -../tview \ No newline at end of file