doc/07-actions.md in ayadn-1.8.2 vs doc/07-actions.md in ayadn-2.0

- old
+ new

@@ -4,10 +4,28 @@ `ayadn delete 23365251` `ayadn -D 23365251` +Accepts several post ids: + +`ayadn -D 23365251 23365252 23365253` + +*Also works with indexed posts (as do all posts commands like repost, star, etc since version 2.0).* + +Example: + +`ayadn -up -i me` + +then + +`ayadn -D 03 12 42` + +Since Ayadn 2.0, posts index resolution is activated by default for posts ids from 1 to 200. Add option `--force` to ignore index and retrieve the actual old post if needed. + +*Note: this "indexed" concept is also active by default for all posts commands (repost, star, reply, etc).* + # DELETE_M Delete a private message. You have to specify channel id (or alias) then message number. @@ -16,92 +34,136 @@ `ayadn -DM 42666 3365251` `ayadn -DM my_alias 3365251` +Accepts several message ids: + +`ayadn -DM my_alias 23365251 23365252 23365253` + # REPOST Repost a post. `ayadn repost 23365251` `ayadn -O 23365251` +Accepts several post ids: + +`ayadn -O 23365251 23365252 23365253` + # UNREPOST Unrepost a post. `ayadn unrepost 23365251` `ayadn -UR 23365251` +Accepts several post ids: + +`ayadn -UR 23365251 23365252 23365253` + # STAR Star a post. `ayadn star 23365251` `ayadn -ST 23365251` +Accepts several post ids: + +`ayadn -ST 23365251 23365252 23365253` + # UNSTAR Unstar a post. `ayadn unstar 23365251` `ayadn -US 23365251` +Accepts several post ids: + +`ayadn -US 23365251 23365252 23365253` + # FOLLOW Follow a user. `ayadn follow @ericd` `ayadn -FO @ericd` +Accepts several users: + +`ayadn -FO @ericd @ayadn @adnapi` + # UNFOLLOW Unfollow a user. `ayadn unfollow @ericd` `ayadn -UF @ericd` +Accepts several users: + +`ayadn -UF @ericd @ayadn @adnapi` + # MUTE Mute a user. `ayadn mute @spammer` `ayadn -MU @spammer` +Accepts several users: + +`ayadn -MU @spammer @thickhead` + # UNMUTE Unmute a user. `ayadn unmute @spammer` `ayadn -UM @spammer` +Accepts several users: + +`ayadn -UM @spammer @thickhead` + # BLOCK Block a user (same as mute but also prevents the blocked user to follow you). `ayadn block @spammer` `ayadn -BL @spammer` +Accepts several users: + +`ayadn -BL @spammer @thickhead` + # UNBLOCK Unblock a user. `ayadn unblock @spammer` `ayadn -UB @spammer` +Accepts several users: + +`ayadn -UB @spammer @thickhead` + # DOWNLOAD -Download a file from your App.net storage (any file posted with other ADN clients). +Download a file from your App.net storage (any file posted with any ADN client). `ayadn download 23344556` `ayadn -df 23344556`