Skip to content

quotes-cli is command line interface for getting random quotes by search,tag and popular.

Notifications You must be signed in to change notification settings

anilpdv/quotes-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

quotes-cli is command line interface for getting random quotes by search,tag and popular.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published