Sha256: c876f0d8cc16a7abb880c9fa1a5d1381379e0c8a3025d6e03f07f0a48e971641

Contents?: true

Size: 1.95 KB

Versions: 8

Compression:

Stored size: 1.95 KB

Contents

# DELETE

Delete a post.

`ayadn delete 23365251`

`ayadn -D 23365251`

# DELETE_M

Delete a private message. 

You have to specify channel id (or alias) then message number.

`ayadn delete_m 42666 3365251`

`ayadn -DM 42666 3365251`

`ayadn -DM my_alias 3365251`

# REPOST

Repost a post.

`ayadn repost 23365251`

`ayadn -O 23365251`

# UNREPOST

Unrepost a post.

`ayadn unrepost 23365251`

`ayadn -UR 23365251`

# STAR

Star a post.

`ayadn star 23365251`

`ayadn -ST 23365251`

# UNSTAR

Unstar a post.

`ayadn unstar 23365251`

`ayadn -US 23365251`

# FOLLOW

Follow a user.

`ayadn follow @ericd`

`ayadn -FO @ericd`

# UNFOLLOW

Unfollow a user.

`ayadn unfollow @ericd`

`ayadn -UF @ericd`

# MUTE

Mute a user.

`ayadn mute @spammer`

`ayadn -MU @spammer`

# UNMUTE

Unmute a user.

`ayadn unmute @spammer`

`ayadn -UM @spammer`

# BLOCK

Block a user (same as mute but also prevents the blocked user to follow you).

`ayadn block @spammer`

`ayadn -BL @spammer`

# UNBLOCK

Unblock a user.

`ayadn unblock @spammer`

`ayadn -UB @spammer`

# DOWNLOAD

Download a file from your App.net storage (any file posted with other ADN clients).

`ayadn download 23344556`

`ayadn -df 23344556`

# PIN

Export a post's url, text and link(s) to your Pinboard account and add optional tags.

`ayadn pin 22790201 Ayadn Ruby dev`

`ayadn pin 26874913 duel swords france history`

# UPDATE

- Update your user profile

`ayadn --update --bio`

`ayadn -U --bio`

`ayadn -U --name`

`ayadn -U --twitter`

`ayadn -U --blog`

`ayadn -U --web`

`ayadn -U --avatar ~/Pics/myface.jpg`

*Avatar: the uploaded image will be cropped to square and must be smaller than 1 MB. The optimal size is 200×200 pixels.*

`ayadn -U --cover ~/Pics/mycats.jpg`

*Cover: the uploaded image must be at least 960 pixels wide and less than 4 MB in size.*

- Use option `--delete` or `-D` to delete the field

`ayadn --update --bio --delete`

`ayadn -U --bio -D`

`ayadn -U --twitter -D`

`ayadn -U --blog -D`

`ayadn -U --web -D`

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ayadn-1.8.2 doc/07-actions.md
ayadn-1.8.1 doc/07-actions.md
ayadn-1.8.0 doc/07-actions.md
ayadn-1.7.7 doc/07-actions.md
ayadn-1.7.6 doc/07-actions.md
ayadn-1.7.5 doc/07-actions.md
ayadn-1.7.4 doc/07-actions.md
ayadn-1.7.3 doc/07-actions.md