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.
# 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