README.md
changeset 31 9dcb4491d7a1
parent 24 9fcffbaa8cd0
child 32 cd657f7ec881
equal deleted inserted replaced
30:14561d44211b 31:9dcb4491d7a1
    75 
    75 
    76 Some account-related commands:
    76 Some account-related commands:
    77 ``` sh
    77 ``` sh
    78 % madonctl accounts blocked                       # List blocked accounts
    78 % madonctl accounts blocked                       # List blocked accounts
    79 % madonctl accounts muted                         # List muted accounts
    79 % madonctl accounts muted                         # List muted accounts
       
    80 % madonctl accounts notifications --list --all    # List really all notifications
    80 % madonctl accounts notifications --list --clear  # List and clear notifications
    81 % madonctl accounts notifications --list --clear  # List and clear notifications
    81 % madonctl accounts notifications --notification-id 1234 # Display notification
    82 % madonctl accounts notifications --notification-id 1234 # Display notification
    82 % madonctl accounts notifications --dismiss --notification-id 1234 # Mastodon 1.3+
    83 % madonctl accounts notifications --dismiss --notification-id 1234 # Mastodon 1.3+
    83 ```
    84 ```
    84 
    85 
    86 ``` sh
    87 ``` sh
    87 % madonctl accounts update --display-name "John"  # Update display name
    88 % madonctl accounts update --display-name "John"  # Update display name
    88 % madonctl accounts update --note "Newcomer"      # Update user note (bio)
    89 % madonctl accounts update --note "Newcomer"      # Update user note (bio)
    89 % madonctl accounts update --note ""              # Clear note
    90 % madonctl accounts update --note ""              # Clear note
    90 % madonctl accounts update --avatar me.png        # Update avatar
    91 % madonctl accounts update --avatar me.png        # Update avatar
       
    92 ```
       
    93 
       
    94 See your own posts:
       
    95 ``` sh
       
    96 % madonctl accounts statuses                      # See last posts
       
    97 % madonctl accounts statuses --all                # See all statuses
       
    98 % madonctl accounts --user-id Gargron@mastodon.social -l5 # Last 5 statuses
       
    99 ```
       
   100 
       
   101 You can specify the (instance-specific) account ID number (--account-id) or
       
   102 the user ID (--user-id).  In the later case, madonctl will search for the
       
   103 user so it must match exactly the ID known to your instance (without the
       
   104 @domain suffix if the user is on the same instance).
       
   105 
       
   106 Display accounts you're following or your followers:
       
   107 ``` sh
       
   108 % madonctl accounts following                     # See last following
       
   109 % madonctl accounts following --all               # See all followed accounts
       
   110 % madonctl accounts followers --limit 30          # Last 30 followers
    91 ```
   111 ```
    92 
   112 
    93 Add/remove a favourite, boost a status...
   113 Add/remove a favourite, boost a status...
    94 ``` sh
   114 ``` sh
    95 % madonctl status --status-id 416671 favourite    # Fave a status
   115 % madonctl status --status-id 416671 favourite    # Fave a status