aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-11-26 22:41:37 +0100
committerdec05eba <dec05eba@protonmail.com>2021-11-26 22:41:37 +0100
commit36db818f77b8a69f6e585ddd1edb4b9cc6376596 (patch)
treed4bd0fb3583b074917670bdb861c35db8c47c82b /README.md
parenta3a24393b77a9ac354cf9ce9572a3605a11a66b2 (diff)
Matrix: add /id and /help commands
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index db33755..6fd692d 100644
--- a/README.md
+++ b/README.md
@@ -144,13 +144,15 @@ Type text and then wait and QuickMedia will automatically search.\
`Ctrl+Enter`/`Click on save`: Save the file.\
`Esc`/`Click on cancel`: Cancel download.
## Matrix text commands
+`/help`: Show a list of valid commands.\
`/upload`: Bring up the file manager and select a file to upload to the room, `Esc` to cancel.\
`/join [room]`: Join a room by name or id.\
`/invite`: Invite a user to the room.\
`/logout`: Logout.\
`/leave`: Leave the current room.\
`/me [text]`: Send a message of type "m.emote".\
-`/react [text]`: React to the selected message (also works if you are replying to a message).
+`/react [text]`: React to the selected message (also works if you are replying to a message).\
+`/id`: Show the room id.
## Config
Config is loaded from `~/.config/quickmedia/config.json` if it exists. See [example-config.json](https://git.dec05eba.com/QuickMedia/plain/example-config.json) for an example config. All fields in the config file are optional.\
If `use_system_mpv_config` is set to `true` then your systems mpv config in `~/.config/mpv/mpv.conf` and plugins will be used. If you have a mpv plugin installed that uses `input-ipc-server` (such as `mpv-discord`) then it will break quickmedia integration with mpv (especially key inputs such as ctrl+r).