# SET The 'set' commands allows you to configure some Ayadn parameters. `ayadn set color mentions blue` You can get a list of configurable parameters with `ayadn -sg` ## EXAMPLES These are just a few examples. `ayadn set color username green` `ayadn set color mentions yellow` `ayadn set counts default 30` `ayadn set counts search 100` `ayadn set timeline directed false` `ayadn set timeline show_real_name false` `ayadn set timeline show_date false` `ayadn set backup auto_save_sent_posts true` `ayadn set scroll timer 5` `ayadn set formats table width 80` `ayadn set formats list reverse false` ## RESET To reset the configuration to default values: `ayadn set defaults` ## LIST *Example* list of configured items in Ayadn. `ayadn -sg` will show your own list. ``` +------------------+---------------------------------+--------------------+ | Category | Parameter | Value(s) | +------------------+---------------------------------+--------------------+ | timeline | directed | 1 | +------------------+---------------------------------+--------------------+ | timeline | deleted | 0 | +------------------+---------------------------------+--------------------+ | timeline | html | 0 | +------------------+---------------------------------+--------------------+ | timeline | annotations | 1 | +------------------+---------------------------------+--------------------+ | timeline | show_source | true | +------------------+---------------------------------+--------------------+ | timeline | show_symbols | true | +------------------+---------------------------------+--------------------+ | timeline | show_real_name | true | +------------------+---------------------------------+--------------------+ | timeline | show_date | true | +------------------+---------------------------------+--------------------+ | timeline | show_spinner | true | +------------------+---------------------------------+--------------------+ | counts | default | 50 | +------------------+---------------------------------+--------------------+ | counts | unified | 50 | +------------------+---------------------------------+--------------------+ | counts | global | 100 | +------------------+---------------------------------+--------------------+ | counts | checkins | 50 | +------------------+---------------------------------+--------------------+ | counts | conversations | 200 | +------------------+---------------------------------+--------------------+ | counts | photos | 50 | +------------------+---------------------------------+--------------------+ | counts | trending | 50 | +------------------+---------------------------------+--------------------+ | counts | mentions | 50 | +------------------+---------------------------------+--------------------+ | counts | convo | 50 | +------------------+---------------------------------+--------------------+ | counts | posts | 50 | +------------------+---------------------------------+--------------------+ | counts | messages | 50 | +------------------+---------------------------------+--------------------+ | counts | search | 200 | +------------------+---------------------------------+--------------------+ | counts | whoreposted | 50 | +------------------+---------------------------------+--------------------+ | counts | whostarred | 50 | +------------------+---------------------------------+--------------------+ | counts | whatstarred | 200 | +------------------+---------------------------------+--------------------+ | counts | files | 100 | +------------------+---------------------------------+--------------------+ | formats | table | width = 75 | +------------------+---------------------------------+--------------------+ | colors | id | blue | +------------------+---------------------------------+--------------------+ | colors | index | red | +------------------+---------------------------------+--------------------+ | colors | username | green | +------------------+---------------------------------+--------------------+ | colors | name | magenta | +------------------+---------------------------------+--------------------+ | colors | date | cyan | +------------------+---------------------------------+--------------------+ | colors | link | yellow | +------------------+---------------------------------+--------------------+ | colors | dots | blue | +------------------+---------------------------------+--------------------+ | colors | hashtags | cyan | +------------------+---------------------------------+--------------------+ | colors | mentions | red | +------------------+---------------------------------+--------------------+ | colors | source | cyan | +------------------+---------------------------------+--------------------+ | colors | symbols | green | +------------------+---------------------------------+--------------------+ | colors | nicerank | cyan | +------------------+---------------------------------+--------------------+ | backup | auto_save_sent_posts | false | +------------------+---------------------------------+--------------------+ | backup | auto_save_sent_messages | false | +------------------+---------------------------------+--------------------+ | backup | auto_save_lists | false | +------------------+---------------------------------+--------------------+ | scroll | timer | 3 | +------------------+---------------------------------+--------------------+ | nicerank | threshold | 2.0 | +------------------+---------------------------------+--------------------+ | nicerank | filter | true | +------------------+---------------------------------+--------------------+ | nicerank | filter_unranked | true | +------------------+---------------------------------+--------------------+ ```