Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

KizzyCode/SendMatrix-rust

Repository files navigation

License BSD-2-Clause License MIT AppVeyor CI

sendmatrix

Welcome to sendmatrix 🎉

sendmatrix is a tiny utility to send messages over matrix in automatized contexts. It works as a wrapper around matrix-commander-rs and offers a file-based IPC mechanism which is docker-friendly and can be used via the sendmatrix utility, but also via simple shells scripts etc.

Example

# Send a message
sendmatrix --ipc-path=../ipc --type=text --payload=hihi

# Send message via stdin
echo "hihi" | sendmatrix --ipc-path=../ipc --type=text

# Send a file
sendmatrix --ipc-path=../ipc --type=raw --payload=/path/to/file

About

`sendmatrix` is a tiny utility to send messages over matrix in automatized contexts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages