# HG changeset patch # User Mikael Berthe # Date 1536353869 -7200 # Node ID d5d0260ead4030e1505dcca5ea543ddb24e56e27 # Parent ac5ce4c0e79bdd8a59d1823ccaae47b13a1b5e6e Update documentation (README) diff -r ac5ce4c0e79b -r d5d0260ead40 README.md --- a/README.md Fri Sep 07 22:53:59 2018 +0200 +++ b/README.md Fri Sep 07 22:57:49 2018 +0200 @@ -122,6 +122,11 @@ % madonctl account update --note "Newcomer" # Update user note (bio) % madonctl account update --note "" # Clear note % madonctl account update --avatar me.png # Update avatar + +% madonctl account update --bot # Advertise account as automated +% madonctl account update --default-sensitive # Set medias sensitive by default +% madonctl account update --default-language fra # Set default toot language +% madonctl account update --default-privacy private # Set default toot privacy ``` See your own **posts**: @@ -140,13 +145,25 @@ Add/remove a **favourite**, **boost** a status... ``` sh % madonctl status --status-id 416671 favourite # Fave a status -% madonctl status --status-id 416671 boost # Boost a status +% madonctl status --status-id 416671 boost # Boost (reblog) a status + +% madonctl status --status-id 416671 unboost # Cancel a boost +% madonctl status --status-id 416671 boost --unset # Cancel a boost (deprecated) ``` **Pin/unpin** a status... ``` sh % madonctl status --status-id 533769 pin # Pin a status -% madonctl status --status-id 533769 pin --unset # Unpin a status +% madonctl status --status-id 533769 unpin # Unpin a status +% madonctl status --status-id 533769 pin --unset # Unpin a status (deprecated) +``` + +**Pin/unpin** an account (i.e., account endorsement)... +``` sh +% madonctl status --account-id 1234 pin # Pin (endorse) an account +% madonctl status --account-id 1234 unpin # Unpin an account + +% madonctl status pin @Gargron@mastodon.social ``` Search for an account (only accounts known to your instance): @@ -206,8 +223,10 @@ Read **timelines**: ``` sh % madonctl timeline # Display home timeline +% madonctl timeline home # (same as previous command) % madonctl timeline public # Display federated timeline % madonctl timeline public --local # Display public local timeline +% madonctl timeline direct # Display timeline of direct messages % madonctl timeline --limit 3 # Display 3 latest home timeline messages ``` @@ -217,6 +236,7 @@ % madonctl stream # Stream home timeline and notifications % madonctl stream local # Stream local timeline % madonctl stream public # Stream federated timeline +% madonctl stream direct # Stream direct messages ``` You can also use **hashtag streams**: