lib/ayadn/descriptions.rb in ayadn-3.0 vs lib/ayadn/descriptions.rb in ayadn-4.0
- old
+ new
@@ -1148,11 +1148,11 @@
`ayadn -BL @spammer`
You can block several users at once:
- `ayadn -MU @spammer @myex @thickhead`
+ `ayadn -BL @spammer @myex @thickhead`
\n\n
USAGE
end
def self.channels
<<-USAGE
@@ -1303,16 +1303,10 @@
Embed an online video:
`ayadn -P wave function -Y https://www.youtube.com/watch?v=Ei8CFin00PY`
`ayadn -P wargarbl -V http://vimeo.com/123234345`
-
- Embed a movie poster:
-
- `ayadn -P "I'll be back" -M terminator`
-
- (This is different from the 'movie' command, check the docs.)
\n\n
USAGE
end
def self.write
<<-USAGE
@@ -1335,16 +1329,10 @@
Embed an online video:
`ayadn -W -Y https://www.youtube.com/watch?v=Ei8CFin00PY`
`ayadn -W -V http://vimeo.com/123234345`
-
- Embed a movie poster:
-
- `ayadn -W -M terminator`
-
- (This is different from the 'movie' command, check the docs.)
\n\n
USAGE
end
def self.pmess
<<-USAGE
@@ -1364,14 +1352,10 @@
`ayadn pm @ericd -Y https://www.youtube.com/watch?v=Ei8CFin00PY`
`ayadn pm @ericd -V http://vimeo.com/123234345`
- Embed a movie poster:
-
- `ayadn pm @ericd -M terminator`
-
It enters the writing mode where you will type your message.
Ayadn will mark your PM channel as read after running this command.
You can pass an option, `-z`, to avoid this for the time of the command:
@@ -1408,14 +1392,10 @@
`ayadn -C 46217 -Y https://www.youtube.com/watch?v=Ei8CFin00PY`
`ayadn -C 46217 -V http://vimeo.com/123234345`
- Embed a movie poster:
-
- `ayadn -C 46217 -M terminator`
-
It enters the writing mode where you will type your message.
Ayadn will mark your PM channel as read after running this command.
You can pass an option, `-z`, to avoid this for the time of the command:
@@ -1459,16 +1439,10 @@
Embed an online video:
`ayadn -R23365251 -Y https://www.youtube.com/watch?v=Ei8CFin00PY`
`ayadn -R23365251 -V http://vimeo.com/123234345`
-
- Embed a movie poster:
-
- `ayadn -R23365251 -M terminator`
-
- (This is different from the 'movie' command, check the docs.)
\n\n
USAGE
end
def self.set
<<-USAGE
@@ -1785,81 +1759,9 @@
`ayadn -NP -t "I loved this song so much when I was young."`
Don't resolve the names (ignores iTunes Store):
`ayadn -NP -n`
- \n\n
- USAGE
- end
- def self.nowwatching
- <<-USAGE
- Create a post from (part of) a movie title. Includes movie poster and IMDb url.
-
- Usage:
-
- `ayadn movie ghost in the shell`
-
- `ayadn -NW beetlejuice`
-
- If the movie is not the one you're looking for, you can specify the 'alt' option to force find an alternative.
-
- This is useful for remakes:
-
- `ayadn -NW solaris`
-
- (gives the 2002 version)
-
- `ayadn -NW solaris --alt`
-
- (gives the 1972 version)
-
- Hashtag:
-
- You can modify the default hashtag with 'set':
-
- `ayadn set movie hashtag movietime`
-
- `ayadn set movie hashtag adnmovieclub`
-
- (default is 'nowwatching')
- \n\n
- USAGE
- end
- def self.tvshow
- <<-USAGE
- Create a post from (part of) a TV show title. Includes show poster and IMDb url.
-
- Usage:
-
- `ayadn tvshow magnum`
-
- `ayadn -TV game of thrones`
-
- If the show is not the one you're looking for, you can specify the 'alt' option to force find an alternative.
-
- `ayadn -TV whose line`
-
- (gives the US version)
-
- `ayadn -TV whose line --alt`
-
- (gives the UK version)
-
- Hashtag:
-
- You can modify the default hashtag with 'set':
-
- `ayadn set tvshow hashtag showtime`
-
- `ayadn set tvshow hashtag tvshow`
-
- (default is 'nowwatching')
-
- Banner:
-
- Use the `--banner` (-b) options to insert a banner instead of a poster:
-
- `ayadn -TV magnum --banner`
\n\n
USAGE
end
def self.random_posts
<<-USAGE