Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.08 KB

goStock

Track Stocks in the Command Line using goStock 📈

Arguments 📦

usage: goStock [-h|--help] [-a|--add "<value>"] [-r|--remove "<value>"]
               [-i|--refresh <integer>] [-c|--clear]

               goStock Commands

Arguments:

  -h  --help     Print help information
  -a  --add      Add a Stonk Using Its Symbol
  -r  --remove   Remove a Stonk Using Its Symbol
  -i  --refresh  Refresh Stonks x Amount of Seconds
  -c  --clear    Clear All Stonks

Usage

  1. Open Up Terminal
  2. run go get github.com/RustyBalboadev/goStock
  3. Run goStock -h
  4. Start Adding Stonks! 📈
  5. Enjoy :)

Examples 🧠

goStock --add TSLA goStock --remove GOOGL goStock --refresh 60 goStock --clear

Inspiration 💡

I saw a program on r/Python link So I thought it would be a good learning expierence to make it in GO. It doesn't have all the features but I'm working on adding the rest.