diff --git a/README.md b/README.md index a31c3d2..bd38905 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ 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 ``` mmcli [-h] [-i] [--format {tsv,json}] [--server SERVER] action [subarguments..]