doc/06-post.md in ayadn-1.7.2 vs doc/06-post.md in ayadn-1.7.3

- old
+ new

@@ -4,34 +4,36 @@ `ayadn post Hello from Ayadn` `ayadn -P Hello from Ayadn` -`ayadn -P @ericd hello Eric` +`ayadn -P @ericd Hello Eric` You have to put your text between single quotes if you're using punctuation: `ayadn -P 'Hello from Ayadn, guys!'` -But remember you can't then use any `'` character! +*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.** # WRITE Multi-line post to App.net. -This is the recommended way to post elaborate text to ADN: +*This is the recommended way to post elaborate text to ADN:* `ayadn write` `ayadn -W` It will show you a prompt where you can type anything, including special characters and Markdown links. -Hit ENTER to create line breaks and paragraphs. +Hit ENTER to create line breaks. +Hit ENTER, SPACE, ENTER to create paragraphs compatible with all clients. + Cancel your post with CTRC-C or send it with CTRL-D. Just type a @username at the beginning of your post if you want to mention a specific user, as you would in any other App.net client. # AUTO POST @@ -64,10 +66,19 @@ - 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` +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` + + # PM (PRIVATE MESSAGE) Send a private message to a specific user. `ayadn pm @ericd` @@ -100,11 +111,11 @@ Examples: ``` ayadn -P Meet my cat -E lolcat.jpg -ayadn -P "@ericd Hey, meet my pets" -E ~/lolcat.jpg ./doge.jpeg +ayadn -P "@ericd Hey, meet my pets" -E ~/lolcat.jpg ~/doge.jpeg ayadn -W -E ~/lolcat.png ayadn -R 23362460 -E "Desktop/dancing lolcat.gif" ayadn pm @ericd -E /users/dad/lol\'cat.JPG /users/mom/my\ doge.PNG ``` @@ -130,15 +141,14 @@ You can embed a movie poster in a normal post with option `-M`. This is compatible with other options, eg embedding other images. -Warning: contrary to the `movie` command, this option doesn't check with the user if the movie is valid. The poster is retrieved from IMDb and is automatically embedded in the post. +*Warning: contrary to the `movie` command, this option doesn't check with the user if the movie is valid. The poster is retrieved from IMDb and is automatically embedded in the post.* Examples: ``` ayadn -P "I'll be back" -M terminator ayadn -W -M truman show -E ~/Pics/my_face.jpg ayadn -R 23362460 -M the dark knight ``` -