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

app shoot

Rust 编写的 Matrix 命令行前端

2 个版本

0.1.1 2022年11月13日
0.1.0 2022年11月13日

82#前端

GPL-3.0-or-later

34KB
274

Shoot

这是 Shoot 的仓库,Shoot 是一个 Matrix 的命令行前端,用 Rust 编写。

Latest deployment status

示例

发送消息

export MATRIX_HOMESERVER='https://matrix.org'
export MATRIX_MXID='@example:example.com'
export MATRIX_PASSWORD='password'

shoot send \
      --msg 'Hello from **Shoot**!' \
      --markdown

安装

MPR (Debian/Ubuntu)

可以从 MPR 安装 Shoot。

首先安装 Mist,然后只需运行以下命令

mist update
mist install shoot

依赖项

~33–49MB
~846K SLoC