# HG changeset patch # User Mikael Berthe # Date 1494179578 -7200 # Node ID aa7d918e727d7c20a416ae0fdf4f62353463097a # Parent 02312ccc1fd3f308c5881931813193a391a10aa1 Update README diff -r 02312ccc1fd3 -r aa7d918e727d README.md --- a/README.md Sun May 07 19:31:37 2017 +0200 +++ b/README.md Sun May 07 19:52:58 2017 +0200 @@ -184,11 +184,16 @@ % madonctl accounts --account-id 1 followers --template '{{.acct}}{{"\n"}}' ``` -Number of users on current instance (madonctl 1.5+) (statistics from instances.mastodon.xyz API): +Number of users on current instance (madonctl 0.5+) (statistics from instances.mastodon.xyz API): ``` madonctl instance --stats --template '{{printf "%v\n" .users}}' ``` +You can write and use [themes](templates) as well (madonctl 0.6+): +``` +madonctl --theme=ansi timeline +``` + There are many more commands, you can find them in the online help or the manpage.