# mystuff-cli **Basic** personal information management: **links**, wiki (not yet), daily logs(not yet), todo lists (not yet). ## Getting started TODO ### Usage (general) ``` MyStuff: links, wiki, log journal, etc. Usage: mystuff [OPTIONS] [COMMAND] Commands: link Manage links help Print this message or the help of the given subcommand(s) Options: -d, --data mystuff data directory, default: ~/.mystuff/ -v, --verbose... More output per occurrence -q, --quiet... Less output per occurrence -h, --help Print help -V, --version Print version ``` ### Usage (links) ``` Manage links Usage: mystuff link [OPTIONS] Options: -a, --add Add new link --tag Tags -v, --verbose... More output per occurrence --description Description -q, --quiet... Less output per occurrence -h, --help Print help ``` ## Installation TODO