#matrix #front-end #cli #send #matrix-homeserver

app shoot

A CLI frontend for Matrix, written in Rust

2 releases

0.1.1 Nov 13, 2022
0.1.0 Nov 13, 2022

#82 in #frontend

GPL-3.0-or-later

34KB
274 lines

Shoot

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

Latest deployment status

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

~33–49MB
~846K SLoC