MANUAL.md in ayadn-1.0.13 vs MANUAL.md in ayadn-1.1.0
- old
+ new
@@ -15,14 +15,16 @@
- [SCROLL](#scroll)
- [COUNT](#count)
- [INDEX](#index)
- [NEW](#new)
- [RAW](#raw)
+ - [EXTRACT](#extract)
- [GLOBAL](#global)
- [CHECKINS](#checkins)
- [CONVERSATIONS](#conversations)
- [TRENDING](#trending)
+ - [PHOTOS](#photos)
- [MENTIONS](#mentions)
- [POSTS](#posts)
- [MESSAGES](#messages)
- [WHATSTARRED](#whatstarred)
- [CONVO](#convo)
@@ -38,10 +40,11 @@
- [REPLY](#reply)
- [PM (PRIVATE MESSAGE)](#pm-private-message)
- [SEND](#send)
- [ACTIONS](#actions)
- [DELETE](#delete)
+ - [DELETE MESSAGE](#delete-message)
- [REPOST](#repost)
- [UNREPOST](#unrepost)
- [STAR](#star)
- [UNSTAR](#unstar)
- [FOLLOW](#follow)
@@ -282,12 +285,30 @@
#### RAW
Displays the raw response from the App.net API instead of the formatted Ayadn output. For debugging and learning purposes.
+`ayadn --raw timeline`
+
`ayadn -x -tl`
+#### EXTRACT
+
+Extracts all links from posts.
+
+`ayadn hashtag --extract instagram`
+
+`ayadn -t -e instagram`
+
+`ayadn search --extract ruby gem`
+
+`ayadn -s -e ruby gem`
+
+`ayadn whatstarred @ericd -e`
+
+`ayadn -was -e ericd`
+
## GLOBAL
Display the 'Global stream'.
`ayadn global`
@@ -328,10 +349,20 @@
`ayadn trending`
`ayadn -tr`
+## PHOTOS
+
+Display the 'Photos stream'.
+
+This is a stream of posts including a picture.
+
+`ayadn photos`
+
+`ayadn -ph`
+
## MENTIONS
Display posts containing a mention of @username.
`ayadn mentions @ericd`
@@ -541,9 +572,21 @@
Delete a post.
`ayadn delete 23365251`
`ayadn -D 23365251`
+
+## DELETE MESSAGE
+
+Delete a 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.