quotes-cli is random quote generator for terminal for fun.
$ quotes-cli -h
Usage: quotes-cli [options] [command]
quotes-cli
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
quote|q Get random quote
tag|t <name> Get random quoute from a tag
search|s <name> Get random quote from author or book
bulk|b <nu> Get list of quotes max[10] specify the number.
quotes-cli has four commands for specific quotes.
- quote | q
- tag | t
- search | s
- bulk | b
$ quotes-cli q
command 'q' gives random quote.
$ quotes-cli t wisdom
tag | t also gives the random quote from selected tag.
- philosophy
- love
- god
- hope
- science
- death
$ quotes-cli s walden
search command takes name as argument you can search any book or author.
- into+the+wild
- leo+tolstoy
- idiot
$ quotes-cli b 4
bulk takes a number as argument gives quotes upto that number max would be 10. There is no pages in the bulk command the quotes would be not vary may this command may add sub command page to get more quotes.