Shoot

This is the repository for Shoot, a CLI frontend for Matrix, written in Rust.

Latest deployment status

Examples

Send a message

```sh export MATRIXHOMESERVER='https://matrix.org' export MATRIXMXID='@example:example.com' export MATRIX_PASSWORD='password'

shoot send \ --msg 'Hello from Shoot!' \ --markdown ```

Installation

MPR (Debian/Ubuntu)

Shoot can be installed from the MPR.

First, install Mist, then just run the following:

sh mist update mist install shoot