From 36db818f77b8a69f6e585ddd1edb4b9cc6376596 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 26 Nov 2021 22:41:37 +0100 Subject: Matrix: add /id and /help commands --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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). -- cgit v1.2.3