# RumaTui ![rumatui-logo](https://github.com/DevinR528/RumaTui/blob/master/resources/small_logo.gif) ## A command-line Matrix client. [![Build Status](https://travis-ci.com/DevinR528/rumatui.svg?branch=master)](https://travis-ci.com/DevinR528/rumatui) [![Latest Version](https://img.shields.io/crates/v/rumatui.svg)](https://crates.io/crates/rumatui) Work In Progress. A Matrix client written using [tui.rs](https://github.com/fdehau/tui-rs) and [matrix-rust-sdk](https://github.com/matrix-org/matrix-rust-sdk) to provide a clickable cli to chat. ![rumatui-demo](https://github.com/DevinR528/rumatui/blob/master/resources/rumatui-notice.gif) 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 ```bash cargo install rumatui --version 0.1.13-alpha ``` # Run ```bash rumatui ``` You must have an account on the homeserver you are using (if not create a [Matrix account](https://riot.im/app)) and have joined or been invited to a room. #### 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.