ayadn 1.1.1 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aff30a9bc5c1bb18519f3dab1152c3b19f7b5005
4
- data.tar.gz: 580767690f9388fcbaf26e223ca2ac76474a1ff7
3
+ metadata.gz: 75a5a7fbde96a935ba9615c876c9a218309011b4
4
+ data.tar.gz: 5393c466010698aad630ff249882e181acd437b0
5
5
  SHA512:
6
- metadata.gz: a41e1953abbe7b5968bb86ebeb69e0c8d1f7d2a3ae00a0cb571ec4c0c519adedfd830bf946a17c2064fd7fe9b006ecb6e1528ec3319c1be276d7f291b8a0e4d7
7
- data.tar.gz: a18acf5eeb4fcc57a0243baa4874f98f8ad458e96c57e8c17d63d07d19cc0d53e182988bab1bb9d199b3cc630f4bdcecbce261e51da4411fca615d9af9f46550
6
+ metadata.gz: 556f017fe92fcef40812aeddc39b21b6f92ad60f4f02750da86e8c48feeebfc72ce3562adff10de5f052ab6a75bbf4731bb6b6263824a292eb575bebd7b599da
7
+ data.tar.gz: 5a6e6e0787fdb6051367362d043f5656e11efe329e169ee2ee77e11dd56950a9b698a89c83d46c9a54dc09bbc2c47294471e30d54e354e3b8f1ff0fde6098e4e
data/CHANGELOG.md CHANGED
@@ -1,4 +1,13 @@
1
- # 1.1.1 - 'State Of The Union'
1
+ # 1.1.3 - 'Kevin'
2
+
3
+ - Bookmark a conversation
4
+ - List, delete, rename bookmarks
5
+
6
+ # 1.1.2 - 'Anders'
7
+
8
+ - URL for the docs
9
+
10
+ # 1.1.1 - 'State Of The Onion'
2
11
 
3
12
  - Star and unstar a reposted post
4
13
  - Nowplaying shows an error message if iTunes is closed or not currently playing any track
data/MANUAL.md CHANGED
@@ -1,986 +1,3 @@
1
- - [INSTALL](#install)
2
- - [RUBY](#ruby)
3
- - [AYADN](#ayadn)
4
- - [OS X, LINUX, BSD](#os-x-linux-bsd)
5
- - [FIRST STEPS](#first-steps)
6
- - [AUTHORIZE](#authorize)
7
- - [HELP](#help)
8
- - [EXAMPLES](#examples)
9
- - [ACCOUNTS](#accounts)
10
- - [DATA](#data)
11
- - [HOW-TO](#how-to)
12
- - [STREAMS](#streams)
13
- - [TIMELINE](#timeline)
14
- - [AVAILABLE OPTIONS](#available-options)
15
- - [SCROLL](#scroll)
16
- - [COUNT](#count)
17
- - [INDEX](#index)
18
- - [NEW](#new)
19
- - [RAW](#raw)
20
- - [EXTRACT](#extract)
21
- - [GLOBAL](#global)
22
- - [CHECKINS](#checkins)
23
- - [CONVERSATIONS](#conversations)
24
- - [TRENDING](#trending)
25
- - [PHOTOS](#photos)
26
- - [MENTIONS](#mentions)
27
- - [POSTS](#posts)
28
- - [MESSAGES](#messages)
29
- - [WHATSTARRED](#whatstarred)
30
- - [CONVO](#convo)
31
- - [HASHTAG](#hashtag)
32
- - [SEARCH](#search)
33
- - [RANDOM](#random)
34
- - [USER INFO](#user-info)
35
- - [POST INFO](#post-info)
36
- - [POSTING](#posting)
37
- - [POST](#post)
38
- - [WRITE](#write)
39
- - [AUTO POST](#auto-post)
40
- - [REPLY](#reply)
41
- - [PM (PRIVATE MESSAGE)](#pm-private-message)
42
- - [SEND](#send)
43
- - [ACTIONS](#actions)
44
- - [DELETE](#delete)
45
- - [DELETE MESSAGE](#delete-message)
46
- - [REPOST](#repost)
47
- - [UNREPOST](#unrepost)
48
- - [STAR](#star)
49
- - [UNSTAR](#unstar)
50
- - [FOLLOW](#follow)
51
- - [UNFOLLOW](#unfollow)
52
- - [MUTE](#mute)
53
- - [UNMUTE](#unmute)
54
- - [BLOCK](#block)
55
- - [UNBLOCK](#unblock)
56
- - [DOWNLOAD](#download)
57
- - [LISTS](#lists)
58
- - [FOLLOWERS](#followers)
59
- - [FOLLOWINGS](#followings)
60
- - [CHANNELS](#channels)
61
- - [INTERACTIONS](#interactions)
62
- - [WHOREPOSTED](#whoreposted)
63
- - [MUTED](#muted)
64
- - [BLOCKED](#blocked)
65
- - [SETTINGS](#settings)
66
- - [FILES](#files)
67
- - [TOOLS](#tools)
68
- - [AUTHORIZE](#authorize-1)
69
- - [SWITCH](#switch)
70
- - [BLACKLIST](#blacklist)
71
- - [ADD](#add)
72
- - [REMOVE](#remove)
73
- - [LIST](#list)
74
- - [IMPORT](#import)
75
- - [ALIAS](#alias)
76
- - [CREATE](#create)
77
- - [DELETE](#delete-1)
78
- - [LIST](#list-1)
79
- - [IMPORT](#import-1)
80
- - [SET](#set)
81
- - [EXTRAS](#extras)
82
- - [PIN](#pin)
83
- - [NOWPLAYING](#nowplaying)
84
-
85
- # INSTALL
86
-
87
- ## RUBY
88
-
89
- Ayadn is compatible with Ruby 1.9.3 but works better with Ruby 2.0 or newer.
90
-
91
- ## AYADN
92
-
93
- Install:
94
-
95
- `gem install ayadn`
96
-
97
- Update:
98
-
99
- `gem update ayadn`
100
-
101
- ### OS X, LINUX, BSD
102
-
103
- Please use something like RVM or RBENV to install Ruby if necessary.
104
-
105
- You can also use the Ruby shipped with your system but it's not ideal, as it will probably require root privileges or using the 'sudo' command.
106
-
107
- # FIRST STEPS
108
-
109
- ## AUTHORIZE
110
-
111
- You have to give Ayadn the authorization to use your App.net account.
112
-
113
- Just run `ayadn authorize` or `ayadn -auth` to register a new user.
114
-
115
- ## HELP
116
-
117
- `ayadn` shows a list of available commands.
118
-
119
- `ayadn help COMMAND` shows the instructions and available [options](#available-options) for a specific command.
120
-
121
- Examples:
122
-
123
- `ayadn help post`
124
-
125
- `ayadn help timeline`
126
-
127
- ## EXAMPLES
128
-
129
- Just a few examples to give you a hint at the flexible syntax:
130
-
131
- `ayadn timeline`
132
-
133
- `ayadn -tl`
134
-
135
- `ayadn checkins -c10 -i`
136
-
137
- `ayadn global --scroll`
138
-
139
- `ayadn -up @ericd`
140
-
141
- `ayadn -P 'Hello guys!'`
142
-
143
- `ayadn -R 23362460`
144
-
145
- `ayadn convo 23362788`
146
-
147
- `ayadn search movies hollywood`
148
-
149
- `ayadn follow @ericd`
150
-
151
- ## ACCOUNTS
152
-
153
- Ayadn supports multiple accounts.
154
-
155
- Register a new user with `ayadn -auth` at any moment.
156
-
157
- You can then switch between accounts:
158
-
159
- `ayadn switch @ericd` or `ayadn -@ ericd`
160
-
161
- ## DATA
162
-
163
- All Ayadn files and folders are created in your 'home' folder.
164
-
165
- On Mac OS X, it looks like this:
166
-
167
- /Users/ericdke/ayadn/
168
- ├── accounts.db
169
- /Users/ericdke/ayadn/ericd
170
- ├── auth
171
- │   └── token
172
- ├── backup
173
- ├── config
174
- │   ├── api.json
175
- │   ├── config.yml
176
- │   └── version.yml
177
- ├── db
178
- │   ├── aliases.db
179
- │   ├── blacklist.db
180
- │   └── users.db
181
- ├── downloads
182
- ├── lists
183
- ├── log
184
- │   └── ayadn.log
185
- ├── messages
186
- ├── pagination
187
- │   ├── index.db
188
- │   └── pagination.db
189
- └── posts
190
-
191
- Each authorized account has its set of folders and databases.
192
-
193
- This is also the repository of the configuration file, `config.yml`.
194
-
195
- Although there's the `set` command in Ayadn to configure most parameters, you can of course edit the file manually.
196
-
197
- If you're not sure if your config file is up to date or properly filled and you want to benefit from the new options in Ayadn, run `ayadn set defaults` and it will create a brand new file with optimal values.
198
-
199
-
200
- # HOW-TO
201
-
202
- Note: options are only described once in this manual (in the first example, for 'timeline').
203
-
204
- However, options are available for mosts of streams! They're described only once for readability purposes.
205
-
206
- **You can check if a command has specific options with `ayadn help COMMAND`.**
207
- Most examples will include the 'complete' command followed by the 'shortcut' command. Of course, using Ayadn is way faster with the shortcut commands.
208
-
209
- If you're like me, you'll even want to create aliases in bash/zsh or TextExpander snippets for the combinations of Ayadn commands and options you use the most...
210
-
211
-
212
- # STREAMS
213
-
214
- This section is about the App.net streams.
215
-
216
- ## TIMELINE
217
-
218
- Display your main timeline.
219
-
220
- This is also called the 'Unified stream': it regroups the posts of people you follow and the posts mentioning you.
221
-
222
- `ayadn timeline`
223
-
224
- `ayadn -tl`
225
-
226
-
227
- ### AVAILABLE OPTIONS
228
-
229
- #### SCROLL
230
-
231
- Scroll your timeline with:
232
-
233
- `ayadn timeline --scroll`
234
-
235
- `ayadn -tl -s`
236
-
237
- Note: Ayadn pulls the stream every 3 seconds by default.
238
-
239
- It means you can launch up to 3 scroll streams at a time _per account_.
240
-
241
- You can bring that value down to 1 second if you're using only _one_ scroll stream per account at a time, 2 seconds if you're using _two_ scroll streams, and so on and so forth.
242
-
243
- If Ayadn ends up making too many requests to ADN, it will display an alert message with instructions then stop running.
244
-
245
- So if you plan on launching many Ayadn scrolling instances at once, you should [set](#set) the timer parameter accordingly (App.net accepts 5000 requests per hour per account maximum).
246
-
247
- #### COUNT
248
-
249
- Ayadn displays a certain number of posts by default when you request a stream.
250
-
251
- With the *count* option, you can set a specific value for each request:
252
-
253
- `ayadn --count=10 timeline`
254
-
255
- `ayadn -c10 -tl`
256
-
257
- The maximum value is 200 for any stream.
258
-
259
- #### INDEX
260
-
261
- Shows an index instead of the posts ids.
262
-
263
- `ayadn --index timeline`
264
-
265
- `ayadn -tl -i`
266
-
267
- This is particularly useful if you're using Ayadn to [reply](#reply) to conversations.
268
-
269
- Copy/pasting the post id can be tedious at times, and anyway it's faster to glance at a short number and use it immediately.
270
-
271
- Example:
272
-
273
- ayadn -tl -i
274
- ayadn -R 33
275
-
276
- if 33 is the number of the indexed post you want to reply to.
277
-
278
- #### NEW
279
-
280
- Displays only the new posts in the stream since your last visit.
281
-
282
- `ayadn --new timeline`
283
-
284
- `ayadn -n -tl`
285
-
286
- #### RAW
287
-
288
- Displays the raw response from the App.net API instead of the formatted Ayadn output. For debugging and learning purposes.
289
-
290
- `ayadn --raw timeline`
291
-
292
- `ayadn -x -tl`
293
-
294
- #### EXTRACT
295
-
296
- Extracts all links from posts.
297
-
298
- `ayadn hashtag --extract instagram`
299
-
300
- `ayadn -t -e instagram`
301
-
302
- `ayadn search --extract ruby gem`
303
-
304
- `ayadn -s -e ruby gem`
305
-
306
- `ayadn whatstarred @ericd -e`
307
-
308
- `ayadn -was -e ericd`
309
-
310
- ## GLOBAL
311
-
312
- Display the 'Global stream'.
313
-
314
- `ayadn global`
315
-
316
- `ayadn -gl`
317
-
318
- Although the 'Global stream' is nowadays infested with spammers, it remains a fantastic source to find new people to interact with.
319
-
320
- Ayadn helps you in that task with the [blacklist](#blacklist) command, which allows you to mute posters _per client name_, obliterating suddenly most of the bots and feeds.
321
-
322
- You may also want to read the Conversations stream, which contains only posts leading to conversation threads.
323
-
324
- ## CHECKINS
325
-
326
- Display the 'Checkins stream'.
327
-
328
- Ayadn will show any available geolocation data for these posts.
329
-
330
- `ayadn checkins`
331
-
332
- `ayadn -ck`
333
-
334
- ## CONVERSATIONS
335
-
336
- Display the 'Conversations stream'.
337
-
338
- This is a stream of posts that lead to [conversations](#convo) with real people.
339
-
340
- `ayadn conversations`
341
-
342
- `ayadn -cq`
343
-
344
- ## TRENDING
345
-
346
- Display the 'Trending stream'.
347
-
348
- This is a stream of trending posts.
349
-
350
- `ayadn trending`
351
-
352
- `ayadn -tr`
353
-
354
- ## PHOTOS
355
-
356
- Display the 'Photos stream'.
357
-
358
- This is a stream of posts including a picture.
359
-
360
- `ayadn photos`
361
-
362
- `ayadn -ph`
363
-
364
- ## MENTIONS
365
-
366
- Display posts containing a mention of @username.
367
-
368
- `ayadn mentions @ericd`
369
-
370
- `ayadn -m @ericd`
371
-
372
- You can get your own mentions stream by using *me* instead of *@username*:
373
-
374
- `ayadn -m me`
375
-
376
- Don't forget that like most streams, Mentions is [scrollable](#scroll): very convenient to know at a glance if we got something new from our friends!
377
-
378
- ## POSTS
379
-
380
- Show the posts of a specific user.
381
-
382
- `ayadn userposts @ericd`
383
-
384
- `ayadn -up @ericd`
385
-
386
- You can get your own posts by using *me* instead of *@username*:
387
-
388
- `ayadn -up me`
389
-
390
- ## MESSAGES
391
-
392
- Show messages in a [channel](#channels).
393
-
394
- `ayadn messages 46217`
395
-
396
- `ayadn -ms 46217`
397
-
398
- You can replace the channel id with its alias if you previously [defined](#alias) one:
399
-
400
- `ayadn -ms mychannelalias`
401
-
402
- ## WHATSTARRED
403
-
404
- Show posts starred by a specific user.
405
-
406
- `ayadn whatstarred @ericd`
407
-
408
- `ayadn -was @ericd`
409
-
410
- You can get your own stars by using *me* instead of *@username*:
411
-
412
- `ayadn -was me`
413
-
414
- ## CONVO
415
-
416
- Show the conversation thread around a specific post.
417
-
418
- `ayadn convo 23362788`
419
-
420
- `ayadn -co 23362788`
421
-
422
- ## HASHTAG
423
-
424
- Show recent posts containing #HASHTAG(s).
425
-
426
- `ayadn hashtag nowplaying`
427
-
428
- `ayadn -t nowplaying`
429
-
430
- `ayadn -t nowplaying rock`
431
-
432
- ## SEARCH
433
-
434
- Show recents posts containing WORD(s).
435
-
436
- `ayadn search ruby`
437
-
438
- `ayadn -s ruby`
439
-
440
- `ayadn -s ruby json api`
441
-
442
- ## RANDOM
443
-
444
- Show series of random posts from App.net. Just for fun :)
445
-
446
- `ayadn random`
447
-
448
- `ayadn -rnd`
449
-
450
- ## USER INFO
451
-
452
- Show informations about a user.
453
-
454
- `ayadn userinfo @ericd`
455
-
456
- `ayadn -ui @ericd`
457
-
458
- You can see your own info by using *me* instead of *@username*:
459
-
460
- `ayadn -ui me`
461
-
462
- ## POST INFO
463
-
464
- Show informations about a post.
465
-
466
- `ayadn postinfo 23362788`
467
-
468
- `ayadn -pi 23362788`
469
-
470
- # POSTING
471
-
472
- This section is about posting to App.net.
473
-
474
- ## POST
475
-
476
- Simple and fast way to post a short sentence/word to App.net.
477
-
478
- `ayadn post Hello from Ayadn`
479
-
480
- `ayadn -P Hello from Ayadn`
481
-
482
- `ayadn -P @ericd hello Eric`
483
-
484
- You have to put your text between single quotes if you're using punctuation:
485
-
486
- `ayadn -P 'Hello from Ayadn, guys!'`
487
-
488
- But remember you can't then use any `'` character!
489
-
490
- **So you should rather use either the [write](#write) or the [auto](#auto-post) method for posting.**
491
-
492
- ## WRITE
493
-
494
- Multi-line post to App.net.
495
-
496
- This is the recommended way to post elaborate text to ADN:
497
-
498
- `ayadn write`
499
-
500
- `ayadn -W`
501
-
502
- It will show you a prompt where you can type anything, including special characters and Markdown links.
503
-
504
- Hit ENTER to create line breaks and paragraphs.
505
-
506
- Cancel your post with CTRC-C or send it with CTRL-D.
507
-
508
- 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.
509
-
510
- ## AUTO POST
511
-
512
- Auto post every line of input.
513
-
514
- The is the funniest way to post to ADN! :)
515
-
516
- `ayadn auto`
517
-
518
- In this mode, each line you type (each time you hit ENTER!) is automatically posted to ADN.
519
-
520
- 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.
521
-
522
- Hit CTRL+C to exit this mode at any moment.
523
-
524
- ## REPLY
525
-
526
- Reply to a specific post.
527
-
528
- - You can reply by specifying the post id:
529
-
530
- `ayadn reply 23362460`
531
-
532
- `ayadn -R 23362460`
533
-
534
- Ayadn will then show you the [write](#write) prompt.
535
-
536
- If you reply to a post containing multiple mentions, your text will be inserted between the leading mention and the other ones.
537
-
538
- - 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:
539
-
540
- `ayadn -R 3`
541
-
542
- ## PM (PRIVATE MESSAGE)
543
-
544
- Send a private message to a specific user.
545
-
546
- `ayadn pm @ericd`
547
-
548
- Ayadn will then show you the [write](#write) prompt.
549
-
550
- ## SEND
551
-
552
- Send a message to an App.net CHANNEL.
553
-
554
- `ayadn send 46217`
555
-
556
- `ayadn -C 46217`
557
-
558
- Ayadn will then show you the [write](#write) prompt.
559
-
560
- If you've already created an [alias](#alias) for the channel, you can post to it with:
561
-
562
- `ayadn send mychannelalias`
563
-
564
- `ayadn -C mychannelalias`
565
-
566
- # ACTIONS
567
-
568
- This section is about available actions like follow, repost, etc.
569
-
570
- ## DELETE
571
-
572
- Delete a post.
573
-
574
- `ayadn delete 23365251`
575
-
576
- `ayadn -D 23365251`
577
-
578
- ## DELETE MESSAGE
579
-
580
- Delete a message.
581
-
582
- You have to specify channel id (or alias) then message number.
583
-
584
- `ayadn delete_m 42666 3365251`
585
-
586
- `ayadn -DM 42666 3365251`
587
-
588
- `ayadn -DM my_alias 3365251`
589
-
590
- ## REPOST
591
-
592
- Repost a post.
593
-
594
- `ayadn repost 23365251`
595
-
596
- `ayadn -O 23365251`
597
-
598
- ## UNREPOST
599
-
600
- Unrepost a post.
601
-
602
- `ayadn unrepost 23365251`
603
-
604
- `ayadn -UR 23365251`
605
-
606
- ## STAR
607
-
608
- Star a post.
609
-
610
- `ayadn star 23365251`
611
-
612
- `ayadn -ST 23365251`
613
-
614
- ## UNSTAR
615
-
616
- Unstar a post.
617
-
618
- `ayadn unstar 23365251`
619
-
620
- `ayadn -US 23365251`
621
-
622
- ## FOLLOW
623
-
624
- Follow a user.
625
-
626
- `ayadn follow @ericd`
627
-
628
- `ayadn -FO @ericd`
629
-
630
- ## UNFOLLOW
631
-
632
- Unfollow a user.
633
-
634
- `ayadn unfollow @ericd`
635
-
636
- `ayadn -UF @ericd`
637
-
638
- ## MUTE
639
-
640
- Mute a user.
641
-
642
- `ayadn mute @spammer`
643
-
644
- `ayadn -MU @spammer`
645
-
646
- ## UNMUTE
647
-
648
- Unmute a user.
649
-
650
- `ayadn unmute @spammer`
651
-
652
- `ayadn -UM @spammer`
653
-
654
- ## BLOCK
655
-
656
- Block a user (same as [mute](#mute) but also prevents the blocked user to [follow](#follow) you).
657
-
658
- `ayadn block @spammer`
659
-
660
- `ayadn -BL @spammer`
661
-
662
- ## UNBLOCK
663
-
664
- Unblock a user.
665
-
666
- `ayadn unblock @spammer`
667
-
668
- `ayadn -UB @spammer`
669
-
670
- ## DOWNLOAD
671
-
672
- Download a file from your App.net storage (any file posted with other ADN clients).
673
-
674
- `ayadn download 23344556`
675
-
676
- `ayadn -df 23344556`
677
-
678
- # LISTS
679
-
680
- This section is about getting lists from App.net.
681
-
682
- ## FOLLOWERS
683
-
684
- List followers of a user.
685
-
686
- `ayadn followers @ericd`
687
-
688
- `ayadn -fwr @ericd`
689
-
690
- You can see your own list by using *me* instead of *@username*:
691
-
692
- `ayadn -fwr me`
693
-
694
- ## FOLLOWINGS
695
-
696
- List the users a user is following.
697
-
698
- `ayadn followings @ericd`
699
-
700
- `ayadn -fwg @ericd`
701
-
702
- You can see your own list by using *me* instead of *@username*:
703
-
704
- `ayadn -fwg me`
705
-
706
- ## CHANNELS
707
-
708
- List your active App.net channels.
709
-
710
- `ayadn channels`
711
-
712
- `ayadn -ch`
713
-
714
- ## INTERACTIONS
715
-
716
- Shows a short reminder of your recent App.net activity.
717
-
718
- `ayadn interactions`
719
-
720
- `ayadn -int`
721
-
722
- ## WHOREPOSTED
723
-
724
- List users who reposted a post.
725
-
726
- `ayadn whoreposted 22790201`
727
-
728
- `ayadn -wor 22790201`
729
-
730
- ## MUTED
731
-
732
- List the users you muted.
733
-
734
- `ayadn muted`
735
-
736
- `ayadn -mtd`
737
-
738
- ## BLOCKED
739
-
740
- List the users you blocked.
741
-
742
- `ayadn blocked`
743
-
744
- `ayadn -bkd`
745
-
746
- ## SETTINGS
747
-
748
- List current Ayadn settings.
749
-
750
- `ayadn settings`
751
-
752
- `ayadn -sg`
753
-
754
- ## FILES
755
-
756
- List the files in your App.net storage.
757
-
758
- `ayadn files`
759
-
760
- `ayadn -fl`
761
-
762
- List them all:
763
-
764
- `ayadn files -a`
765
-
766
- `ayadn -fl -a`
767
-
768
- # TOOLS
769
-
770
- This section is about specific Ayadn tools.
771
-
772
- ## AUTHORIZE
773
-
774
- Authorize Ayadn for a specific user account.
775
-
776
- `ayadn authorize`
777
-
778
- `ayadn -auth`
779
-
780
- Ayadn will give you a link leading to the official App.net registration page.
781
-
782
- After your successful login, you will be redirected to the Ayadn authorization page.
783
-
784
- Copy the code (token) you will find there and paste it into Ayadn: a new user will be created and automatically logged in.
785
-
786
- ## SWITCH
787
-
788
- Switch between your authorized accounts.
789
-
790
- `ayadn switch @ericd`
791
-
792
- `ayadn switch @otheraccount`
793
-
794
- Alternative syntax:
795
-
796
- `ayadn -@ ericd`
797
-
798
- `ayadn -@ otheraccount`
799
-
800
- List your authorized accounts:
801
-
802
- `ayadn switch -l`
803
-
804
- `ayadn -@ -l`
805
-
806
- ## BLACKLIST
807
-
808
- The blacklist is a list of users, clients and hashtags that you don't want to ever be displayed.
809
-
810
- Available subcommands: add, remove, import, list.
811
-
812
- This is different from the 'mute a user' feature of the App.net API: blacklist works locally and is specific to each account.
813
-
814
- Blacklist a client (example: IFTTT) and posts that are posted with this client won't appear in the streams.
815
-
816
- This is a way of creating "bot-free" streams: the more bots you add to this list, the more humans you see.
817
-
818
- Blacklist a hashtag and you will free yourself from this annoying trend you can't stand.
819
-
820
- Blacklist a user and you won't even see posts by other users mentioning the user you blacklisted!
821
-
822
- Oh, and you can import blacklist databases from other accounts, too.
823
-
824
- ### ADD
825
-
826
- Adds an item to your blacklist.
827
-
828
- Available items: client, hashtag, mention.
829
-
830
- `ayadn blacklist add mention @shmuck`
831
-
832
- Add a mention:
833
-
834
- `ayadn -K add mention @shmuck`
835
-
836
- Add a client:
837
-
838
- `ayadn -K add client IFTTT`
839
-
840
- Add a hashtag:
841
-
842
- `ayadn -K add hashtag twitter`
843
-
844
- ### REMOVE
845
-
846
- Removes an item from your blacklist.
847
-
848
- Available items: client, hashtag, mention.
849
-
850
- `ayadn blacklist remove mention @shmuck`
851
-
852
- Remove a mention:
853
-
854
- `ayadn -K remove mention @shmuck`
855
-
856
- Remove a client:
857
-
858
- `ayadn -K remove client IFTTT`
859
-
860
- Remove a hashtag:
861
-
862
- `ayadn -K remove hashtag twitter`
863
-
864
- ### LIST
865
-
866
- List all items in your blacklist.
867
-
868
- `ayadn blacklist list`
869
-
870
- `ayadn -K list`
871
-
872
- ### IMPORT
873
-
874
- Import a blacklist database in the current account.
875
-
876
- `ayadn blacklist import '/Users/blah/backups/blacklist.db'`
877
-
878
- `ayadn -K import '/Users/blah/backups/blacklist.db'`
879
-
880
- ## ALIAS
881
-
882
- Aliases are names you give to channels for an easier access.
883
-
884
- Available subcommands: create, delete, list, import.
885
-
886
- Example: you're a [Paste-App](http://paste-app.net/) user and your personal Paste-App channel is 46216.
887
-
888
- Instead of getting this channel's messages with `ayadn -ms 46216` you can create an alias:
889
-
890
- `ayadn alias create 46216 pasteapp`
891
-
892
- or
893
-
894
- `ayadn -A create 46216 pasteapp`
895
-
896
- Then you can access this channel with `ayadn -ms pasteapp`, as words are easier to remember than numbers.
897
-
898
- ### CREATE
899
-
900
- Create an alias for a channel.
901
-
902
- `ayadn alias create 46216 pasteapp`
903
-
904
- `ayadn -A create 46216 pasteapp`
905
-
906
- ### DELETE
907
-
908
- Delete a channel alias.
909
-
910
- `ayadn alias delete pasteapp`
911
-
912
- `ayadn -A delete pasteapp`
913
-
914
- ### LIST
915
-
916
- List all your channel aliases.
917
-
918
- `ayadn alias list`
919
-
920
- `ayadn -A list`
921
-
922
- ### IMPORT
923
-
924
- Import a previously backed-up list of aliases.
925
-
926
- `ayadn alias import '/Users/blah/backups/aliases.db'`
927
-
928
- `ayadn -A import '/Users/blah/backups/aliases.db'`
929
-
930
- ## SET
931
-
932
- The 'set' commands allows you to configure some Ayadn parameters.
933
-
934
- `ayadn set color mentions blue`
935
-
936
- You can get a list of configurable parameters with `ayadn -sg`.
937
-
938
- Examples:
939
-
940
- `ayadn set color username green`
941
-
942
- `ayadn set color mentions yellow`
943
-
944
- `ayadn set counts default 30`
945
-
946
- `ayadn set counts search 100`
947
-
948
- `ayadn set timeline directed false`
949
-
950
- `ayadn set show_real_name false`
951
-
952
- `ayadn set show_date false`
953
-
954
- `ayadn set backup auto_save_sent_posts true`
955
-
956
- `ayadn set scroll timer 1.5`
957
-
958
- To reset the configuration to default values:
959
-
960
- `ayadn set defaults`
961
-
962
-
963
- # EXTRAS
964
-
965
- This section is about specific Ayadn extras.
966
-
967
- ## PIN
968
-
969
- Export a post's link and text, with tags, to your Pinboard account.
970
-
971
- `ayadn pin 22790201 Ayadn gem update`
972
-
973
- `ayadn pin 26874913 duel swords france`
974
-
975
- ## NOWPLAYING
976
-
977
- Post what you're listening to!
978
-
979
- Only works on Mac OS X with iTunes.
980
-
981
- `ayadn nowplaying`
982
-
983
- `ayadn -np`
984
-
985
- Ayadn will grab information from iTunes, format it, insert the *#nowplaying* hashtag then ask for your confirmation before posting it.
1
+ # MANUAL
986
2
 
3
+ [Read the docs at ayadn-app.net/doc](http://ayadn-app.net/doc/)