matui
matui copied to clipboard
A very opinionated Matrix TUI.
I haven't looked into it very closely yet but it seems like the recent commits that add support for images and videos somehow broke sending text messages for me. https://github.com/pkulak/matui/assets/1424117/e0c76290-afdb-4b4c-a404-1956437c6987
Currently we just try the first command (which is xdg-open on linux). We should cycle through all of them until one works.
## Steps to reproduce 1. Have `matui` open and showing messages in Room A. 2. Receive a notification about a new message in Room B. 3. Observe that `matui` has...
I wonder if they are just kept in `~/.local/share/...`. If that's the case, maybe this library would be of interest: https://github.com/pimalaya/keyring If that's of your interest and that interest [ends...
To focus on the important stuff, I'd like to quickly mute / unmute rooms whith `m`, while having that room open. I know it's possible via the config file, but...