1.0.7 • Published 2 years ago

quotes-cli v1.0.7

Weekly downloads
10
License
ISC
Repository
github
Last release
2 years ago

quotes-cli

Build Status

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.

Image of Yaktocat

tag | t

$ quotes-cli t wisdom

tag | t also gives the random quote from selected tag.

Image of Yaktocat

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.

Image of Yaktocat

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.

Image of Yaktocat

1.0.7

2 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago