From ce94c30f0532ca7980ef4fe79410c6555a26a13d Mon Sep 17 00:00:00 2001 From: Midgard Date: Thu, 19 Dec 2024 13:46:40 +0100 Subject: [PATCH] Add feature list in README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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..]