#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

Download history 2/week @ 2024-02-18 16/week @ 2024-02-25 47/week @ 2024-03-10 20/week @ 2024-03-31

67 downloads per month

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–50MB
~854K SLoC