Track Stocks in the Command Line using goStock π
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
- Open Up Terminal
- run
go get github.com/RustyBalboadev/goStock
- Run
goStock -h
- Start Adding Stonks! π
- Enjoy :)
goStock --add TSLA
goStock --remove GOOGL
goStock --refresh 60
goStock --clear
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.