Document notification client commands

main
Bob Mottram 2021-03-10 22:18:41 +00:00
parent 4085d92d61
commit e01a9c0fc8
1 changed files with 19 additions and 1 deletions

View File

@ -321,7 +321,7 @@ This extends the ActivityPub client-to-server protocol to include activities cal
'actor': https://'+somedomain+'/users/'+other,
'object': 'otherproject;otherrole',
'to': [],
'cc': []
'cc': []
},
'to': [],
'cc': []}
@ -416,3 +416,21 @@ You can get desktop notifications either by running the screen reader as shown a
``` bash
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
```