2 releases
0.1.1 | Nov 13, 2022 |
---|---|
0.1.0 | Nov 13, 2022 |
#133 in #frontend
34KB
292 lines
Shoot
This is the repository for Shoot, a CLI frontend for Matrix, written in Rust.
Examples
Send a message
export MATRIX_HOMESERVER='https://matrix.org'
export MATRIX_MXID='@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:
mist update
mist install shoot
Dependencies
~37–56MB
~856K SLoC