Sha256: 74c63db0f99ff8e824fd10f1868df4e14b50b1559f69d0cb9132bc6de1351ec9

Contents?: true

Size: 1.98 KB

Versions: 11

Compression:

Stored size: 1.98 KB

Contents

# BLACKLIST

The blacklist is a list of users, clients and hashtags that you don't want to be displayed anywhere in Ayadn.

Available subcommands: add, remove, list.

This is different from the 'mute a user' feature of the App.net API: blacklist works locally and is specific to each Ayadn account.

Blacklist a client (example: IFTTT) and posts that are posted with this client won't appear in the streams.

This is a way of creating "bot-free" streams: the more bots you add to this list, the more humans you see.

Blacklist a hashtag and you will free yourself from this annoying trend you can't stand.

Blacklist a user and, well, never see this user again.

Blacklist a mention and you won't even see posts by other users mentioning the user you blacklisted!

*Since Ayadn 2.0, adding and removing to/from the blacklist takes immediately effect and is shared with other Ayadn instances launched by the same user.*

## ADD

Adds an item to your blacklist.

Available items: client, hashtag, user, mention.

`ayadn blacklist add mention @shmuck`

Add a user:

`ayadn -K add user @shmuck`

Add a mention of a user:

`ayadn -K add mention @shmuck`

Add a client:

`ayadn -K add client IFTTT`

Add a hashtag:

`ayadn -K add hashtag twitter`

## REMOVE

Removes an item from your blacklist.

Available items: client, hashtag, user, mention.

`ayadn blacklist remove mention @shmuck`

Remove a user:

`ayadn -K remove user @shmuck`

Remove a mention:

`ayadn -K remove mention @shmuck`

Remove a client:

`ayadn -K remove client IFTTT`

Remove a hashtag:

`ayadn -K remove hashtag twitter`

## LIST

List all items in your blacklist.

`ayadn blacklist list`

`ayadn -K list`  

## MULTIPLE TARGETS

You can add/remove several elements to/from the blacklist at once.

(For usernames, '@' prefix will automatically be added if missing.)  

`ayadn -K add user shmuck jerk mrspammer`

`ayadn -K add mention shmuck jerk mrspammer`

`ayadn -K add client ifttt pourover twitterfeed`

`ayadn -K add hashtag twitter facebook instagram`

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ayadn-2.0.10 doc/11-blacklist.md
ayadn-2.0.9 doc/11-blacklist.md
ayadn-2.0.8 doc/11-blacklist.md
ayadn-2.0.7 doc/11-blacklist.md
ayadn-2.0.6 doc/11-blacklist.md
ayadn-2.0.5 doc/11-blacklist.md
ayadn-2.0.4 doc/11-blacklist.md
ayadn-2.0.3 doc/11-blacklist.md
ayadn-2.0.2 doc/11-blacklist.md
ayadn-2.0.1 doc/11-blacklist.md
ayadn-2.0 doc/11-blacklist.md