A CLI tool for fetching qdb quotes
npm install qdb-cli
qdb-cli, the sister project of qdb-api-plus, is a command line interface for the quote database on bash.org
Everything is detailed in the help text that you can get by running qdb --help or qdb -h or qdb help or even just qdb.
```
$ npm install -g qdb-cli
$ qdb
Usage: qdb
Commands:
random [
top [
latest [
get
search
help - Show this help text
Options:
i or id - Show the ID with the quote
n or hide-score - Hide the score of the quote
o or over0 - (only applies to random) whether to get quotes with a positive score or not
b or byNumber - (only applies to search) whether to sort by ID number or by Score
h or help - show this help text
Pair it with...
* cowsay (tip - use -n` to preserve whitespace)
* figlet
* lolcat (my favorite)
* all of the above