README.md
changeset 129 11966471aac3
parent 115 8ae0dda7756d
child 137 8fdaf5e1f8fc
equal deleted inserted replaced
128:e0621d1b9230 129:11966471aac3
   103 
   103 
   104 ... or read message from standard input:
   104 ... or read message from standard input:
   105 ```
   105 ```
   106 % echo "Hello from #madonctl" | madonctl toot --stdin
   106 % echo "Hello from #madonctl" | madonctl toot --stdin
   107 ```
   107 ```
       
   108 
       
   109 Reply to a message:
       
   110 ``` sh
       
   111 % madonctl toot --in-reply-to 1234 --visibility direct "@user1 @user2 response"
       
   112 % madonctl toot --in-reply-to 1234 --add-mentions "response"
       
   113 ```
       
   114 The flag `--add-mentions` automatically adds mentions based on the toot you're
       
   115 replying to.
   108 
   116 
   109 Some **account-related commands**:
   117 Some **account-related commands**:
   110 ``` sh
   118 ``` sh
   111 % madonctl accounts blocked                       # List blocked accounts
   119 % madonctl accounts blocked                       # List blocked accounts
   112 % madonctl accounts muted                         # List muted accounts
   120 % madonctl accounts muted                         # List muted accounts