Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

hwittenborn/shoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note
I discovered https://github.com/8go/matrix-commander-rs existed shortly after making this. Please use that instead.

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