Update documentation for version 2.0
This commit is contained in:
parent
959c3c9c9b
commit
107ec868ba
9 changed files with 204 additions and 181 deletions
12
README.md
12
README.md
|
@ -1,22 +1,16 @@
|
|||
# matrix-send
|
||||
|
||||
A script that sends a message to a Matrix room.
|
||||
A script that sends messages to Matrix rooms.
|
||||
|
||||
[Read the manual page](https://jtbx.codeberg.page/man/matrix-send.1)
|
||||
|
||||
---
|
||||
|
||||
**Syntax:** `matrix-send message room`
|
||||
|
||||
**Example:** `matrix-send "Hello world\!" \!aBcDeFgHiJkLmNoP:example.org`
|
||||
|
||||
---
|
||||
|
||||
matrix-send is a simple script that sends a message to a Matrix room.
|
||||
|
||||
It does this by sending a JSON message to your Matrix server. The message types that are supported are *m.text*, and *m.notice*.
|
||||
It does this by sending a JSON message to your Matrix server. The message types that are supported are `m.text`, and `m.notice`.
|
||||
|
||||
It is mainly designed for automation. I use it on a private Matrix room of mine.
|
||||
It is mainly designed for automation.
|
||||
|
||||
There aren't any plans for matrix-send to support encryption.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue