mirror of https://gitlab.com/bashrc2/epicyon
Document notification client commands
parent
4085d92d61
commit
e01a9c0fc8
|
@ -416,3 +416,21 @@ You can get desktop notifications either by running the screen reader as shown a
|
||||||
``` bash
|
``` bash
|
||||||
python3 epicyon.py --notify yournickname@yourdomain --password [yourpassword]
|
python3 epicyon.py --notify yournickname@yourdomain --password [yourpassword]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The notifications client also provides a number of basic commands, which may be more convenient than the web interface for some purposes:
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
quit Exit from the notification client
|
||||||
|
mute Turn off the screen reader
|
||||||
|
speak Turn on the screen reader
|
||||||
|
sounds on Turn on notification sounds
|
||||||
|
sounds off Turn off notification sounds
|
||||||
|
rp Repeat the last post
|
||||||
|
like Like the last post
|
||||||
|
unlike Unlike the last post
|
||||||
|
reply Reply to the last post
|
||||||
|
post Create a new post
|
||||||
|
announce/boost Boost the last post
|
||||||
|
follow [handle] Make a follow request
|
||||||
|
unfollow [handle] Stop following the give handle
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue