Add feature list in README

This commit is contained in:
Midgard 2024-12-19 13:46:40 +01:00
parent aeb6c6e5a6
commit ce94c30f05
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -2,6 +2,16 @@
Interact with Mattermost on the command line and in scripts Interact with Mattermost on the command line and in scripts
## Features
- Send, edit, delete messages and replies
- Get all messages (`mmcli cat`) or last messages (`mmcli tail -n 200`) in a channel
- Watch channels for new messages (`mmcli tail -f`)
- List channels, watch list of channels for changes (`mmcli ls -f`)
- Add and remove emoji reactions, get list of custom emoji on server
- Set custom status
- Outputs either team, channel and user *names* (default) or *IDs* (`--ids`)
- JSON or TSV output
## Usage ## Usage
``` ```
mmcli [-h] [-i] [--format {tsv,json}] [--server SERVER] action [subarguments..] mmcli [-h] [-i] [--format {tsv,json}] [--server SERVER] action [subarguments..]