doc/06-post.md in ayadn-1.8.2 vs doc/06-post.md in ayadn-2.0

- old
+ new

@@ -12,11 +12,11 @@ `ayadn -P 'Hello from Ayadn, guys!'` *But remember you can't use any quote character inside the quotes...* -**So you should rather use either the _write_ or the _auto_ method for posting.** +**So you should rather use the _write_ method for posting.** # WRITE Multi-line post to App.net. @@ -38,22 +38,22 @@ # AUTO POST Auto post every line of input. -The is the funniest way to post to ADN! :) - `ayadn auto` In this mode, each line you type (each time you hit ENTER!) is automatically posted to ADN. You can type anything, including special characters and Markdown links, and of course mention anyone: the only thing you can't do from this mode is _replying_ to a post in a thread. Hit CTRL+C to exit this mode at any moment. # REPLY +## CLASSIC + Reply to a specific post. - You can reply by specifying the post id: `ayadn reply 23362460` @@ -62,23 +62,31 @@ Ayadn will then show you the *write* prompt. If you reply to a post containing multiple mentions, your text will be inserted between the leading mention and the other ones. +## INDEXED + - You can also reply to the *index* of the post instead of its *id* _if you used the '--index' or '-i' option_ when previously viewing a stream: `ayadn -R 3` +Note: 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. + +## REDIRECT + If you reply to a reposted post, Ayadn will reply to the original post, complying with the ADN guidelines. However, if needed, you can reply to the reposted post with the `--noredirect` option: `ayadn -R --noredirect 23344556` `ayadn -R -n 23344556` +*Note: these two last concepts, "indexed" and "redirect" are also activated by default for all posts commands (repost, star, delete, etc).* + # PM (PRIVATE MESSAGE) Send a private message to a specific user. `ayadn pm @ericd` @@ -91,11 +99,11 @@ `ayadn pm -z @ericd` Or even invert this behaviour permanently with `set`: -`ayadn set marker update_messages false` +`ayadn set marker messages false` # SEND Send a message to an App.net CHANNEL. @@ -111,10 +119,10 @@ `ayadn -C -z 46217` Or even invert this behaviour permanently with `set`: -`ayadn set marker update_messages false` +`ayadn set marker messages false` If you've already created an [alias](#alias) for the channel, you can post to it with: `ayadn send mychannelalias`