shoot

Crates.ioshoot
lib.rsshoot
version0.1.1
sourcesrc
created_at2022-11-13 06:31:38.136986
updated_at2022-11-13 06:44:59.189448
descriptionA CLI frontend for Matrix, written in Rust
homepage
repositoryhttps://github.com/hwittenborn/shoot
max_upload_size
id714014
size112,394
Hunter Wittenborn (hwittenborn)

documentation

README

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
Commit count: 8

cargo fmt