README.md
changeset 31 9dcb4491d7a1
parent 24 9fcffbaa8cd0
child 32 cd657f7ec881
--- a/README.md	Sat Apr 29 17:32:37 2017 +0200
+++ b/README.md	Sat Apr 29 17:56:50 2017 +0200
@@ -77,6 +77,7 @@
 ``` sh
 % madonctl accounts blocked                       # List blocked accounts
 % madonctl accounts muted                         # List muted accounts
+% madonctl accounts notifications --list --all    # List really all notifications
 % madonctl accounts notifications --list --clear  # List and clear notifications
 % madonctl accounts notifications --notification-id 1234 # Display notification
 % madonctl accounts notifications --dismiss --notification-id 1234 # Mastodon 1.3+
@@ -90,6 +91,25 @@
 % madonctl accounts update --avatar me.png        # Update avatar
 ```
 
+See your own posts:
+``` sh
+% madonctl accounts statuses                      # See last posts
+% madonctl accounts statuses --all                # See all statuses
+% madonctl accounts --user-id Gargron@mastodon.social -l5 # Last 5 statuses
+```
+
+You can specify the (instance-specific) account ID number (--account-id) or
+the user ID (--user-id).  In the later case, madonctl will search for the
+user so it must match exactly the ID known to your instance (without the
+@domain suffix if the user is on the same instance).
+
+Display accounts you're following or your followers:
+``` sh
+% madonctl accounts following                     # See last following
+% madonctl accounts following --all               # See all followed accounts
+% madonctl accounts followers --limit 30          # Last 30 followers
+```
+
 Add/remove a favourite, boost a status...
 ``` sh
 % madonctl status --status-id 416671 favourite    # Fave a status