doc/14-set.md in ayadn-1.8.2 vs doc/14-set.md in ayadn-2.0
- old
+ new
@@ -12,132 +12,30 @@
These are just a few examples.
`ayadn set color username green`
-`ayadn set color mentions yellow`
+`ayadn set color date yellow`
`ayadn set counts default 30`
-`ayadn set counts search 100`
+`ayadn set counts global 100`
-`ayadn set timeline directed false`
+`ayadn set timeline name false`
-`ayadn set timeline show_real_name false`
+`ayadn set timeline compact true`
-`ayadn set timeline show_date false`
+`ayadn set scroll spinner true`
-`ayadn set backup auto_save_sent_posts true`
+`ayadn set scroll date false`
-`ayadn set scroll timer 5`
+`ayadn set backup posts true`
`ayadn set formats table width 80`
-`ayadn set formats list reverse false`
+`ayadn set formats table borders 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 |
-+------------------+---------------------------------+--------------------+
-```