Work In Progress. A Matrix client written using tui.rs and matrix-rust-sdk to provide a clickable cli to chat.
This project is still very much a work in progress. Please file issues, but I will preemptively say the error messages need work, and the code needs to be refactored to be a little more reader-friendly. Thanks for giving it a go!
For the latest and greatest
cargo install --git https://github.com/DevinR528/rumatui
Or the slightly safer approach but with fewer features (see CHANGELOG)
cargo install rumatui --version 0.1.13-alpha
rumatui [HOMESERVER | OPTIONS]
It can be run torified with torsocks:
torsocks rumatui [HOMESERVER | OPTIONS]
If no homeserver
is specified, matrix.org is used.
Most of rumatui
is click-able however, there are a few buttons that can be used (this is a terminal after all).
rumatui
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.