README.md
changeset 156 bafe489779e5
parent 153 9a683f43f75e
child 173 1812a794b759
equal deleted inserted replaced
155:0fd940f16084 156:bafe489779e5
   170 also contain an HTTP account URL.
   170 also contain an HTTP account URL.
   171 ``` sh
   171 ``` sh
   172 % madonctl accounts --user-id Gargron@mastodon.social -l5 statuses # Last 5 statuses
   172 % madonctl accounts --user-id Gargron@mastodon.social -l5 statuses # Last 5 statuses
   173 % madonctl accounts --user-id https://mastodon.social/@Gargron -l5 statuses # Same
   173 % madonctl accounts --user-id https://mastodon.social/@Gargron -l5 statuses # Same
   174 ```
   174 ```
       
   175 Please note that the form "Gargron@mastodon.social" will only work if this
       
   176 account is known by the instance.  If it is unknown, the https link should work
       
   177 (and the Mastodon server will learn about the account).
   175 
   178 
   176 Read **timelines**:
   179 Read **timelines**:
   177 ``` sh
   180 ``` sh
   178 % madonctl timeline                 # Display home timeline
   181 % madonctl timeline                 # Display home timeline
   179 % madonctl timeline public          # Display federated timeline
   182 % madonctl timeline public          # Display federated timeline