ConradSelig / cliStocksTracker

A command line utility for tracking a stock market portfolio. Primarily featuring high resolution braille graphs.
Apache License 2.0
55 stars 14 forks source link

Take tickers from the command line? #42

Open 097115 opened 3 years ago

097115 commented 3 years ago

Would be great if we could check a graph (and other info) for a ticker provided not via portfolio.ini but simply from command line, something like this:

cliStocksTracker.py --stock=AAPL

By that, it would be possible to use cliStocksTracker.py as a quick reference. What do you think? Or am I missing something, and this is already possible?

ConradSelig commented 3 years ago

Not currently possible, but a good idea! I'll add it to my todo list.