DevinR528 / rumatui

WIP Command line Matrix client using matrix-rust-sdk
Apache License 2.0
63 stars 5 forks source link

RumaTui

rumatui-logo

A command-line Matrix client.

Build Status Latest Version #rumatui

Work In Progress. A Matrix client written using tui.rs and matrix-rust-sdk to provide a clickable cli to chat.

rumatui-demo

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!

Install

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

Run

rumatui [HOMESERVER | OPTIONS]

It can be run torified with torsocks:

torsocks rumatui [HOMESERVER | OPTIONS]

Options

If no homeserver is specified, matrix.org is used.

Use

Most of rumatui is click-able however, there are a few buttons that can be used (this is a terminal after all).

License

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.