quotes-cli
v1.0.7
Published
generates random quotes
Downloads
10
Maintainers
Readme
quotes-cli
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.
Commads
quotes-cli has four commands for specific quotes.
- quote | q
- tag | t
- search | s
- bulk | b
quote | q
$ quotes-cli q
command 'q' gives random quote.
tag | t
$ quotes-cli t wisdom
tag | t also gives the random quote from selected tag.
example tags like .
- philosophy
- love
- god
- hope
- science
- death
search | s
$ quotes-cli s walden
search command takes name as argument you can search any book or author.
example searches like:
- into+the+wild
- leo+tolstoy
- idiot
bulk | b
$ 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.