doc/03-first-steps.md in ayadn-1.8.2 vs doc/03-first-steps.md in ayadn-2.0

- old
+ new

@@ -4,14 +4,10 @@ You have to give Ayadn the authorization to use your App.net account. Just run -`ayadn authorize` - -or - `ayadn -auth` to register a new user. ## ACCOUNTS @@ -30,55 +26,49 @@ or `ayadn -@ ericd` +You can also unauthorize a user with or without deleting its folders: + +`ayadn unauthorize @ericd` + +or + +`ayadn -UA -D @ericd` + ## DATA All Ayadn files and folders are created in your 'home' folder. -On Mac OS X, it looks like this: - ``` - /Users/ericdke/ayadn/ - ├── accounts.db - /Users/ericdke/ayadn/ericd + /Users/user/ayadn/ + ├── accounts.sqlite + /Users/user/ayadn/ericd ├── auth │   └── token - ├── backup ├── config │   ├── api.json │   ├── config.yml │   └── version.yml ├── db - │   ├── aliases.db - │   ├── blacklist.db - │   └── users.db + │   └── ayadn.sqlite ├── downloads ├── lists ├── log │   └── ayadn.log ├── messages - ├── pagination - │   ├── index.db - │   └── pagination.db └── posts ``` -Each authorized account has its set of folders and databases. +Each authorized account has its set of folders, a config file and a database. -This is also the repository of the configuration file: - -`config.yml` - -Although there's the `set` command in Ayadn to configure most parameters, you can of course edit the file manually. - 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. +and it will create a brand new file with default values. ## HELP `ayadn` @@ -96,26 +86,30 @@ `ayadn help blacklist` And for the subcommands: -`ayadn blacklist help import` +`ayadn blacklist help delete` `ayadn alias help create` +It also works with the shortcuts: +`ayadn help -tl` + +`ayadn help -K` + ## SHORTCUTS -Most examples in the documentation include the 'complete' command followed by the 'shortcut' command. +Examples in the documentation include the complete command followed by its shortcut version. Of course, using Ayadn is much faster with the shortcut commands. 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... - ## EXAMPLES -Just a few examples to give you a hint at the flexible syntax. +Just a few examples of commands to give you a hint at the flexible syntax. Complete: `ayadn timeline`