Skip to content

Anupya/advice-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

advice-cli

A simple Command Line Interface (CLI) to give you random advice about stuff.

HitCount contributions welcome License: MIT

All data is from adviceslip.

Installation

First, install jq which is a command line json parser using this command:

Mac

brew install jq

Windows

chocolatey install jq

Linux

sudo apt-get install jq

Find more information about installing jq here.

Second, run the following command in your terminal:

curl "https://raw.githubusercontent.com/Anupya/advice-cli/master/advice" -o /usr/local/bin/advice && chmod +x /usr/local/bin/advice

Usage

You are all set! Enter this in your terminal to receive advice :)

advice

Development

git clone https://github.com/Anupya/advice-cli.git
cd advice-cli
vim advice

License

MIT License

About

A simple CLI to give you random advice about stuff 📧

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published