pstadler / ticker.sh

Real-time stock tickers from the command-line.
MIT License
511 stars 87 forks source link

this is super cool -> instead of going blank can it refresh in place #7

Closed victusfate closed 5 years ago

victusfate commented 5 years ago

I was looking at bash printf with \r but no luck yet, the do clear seems to make it blinky/distracting more than I'd prefer. If not that's cool too, thanks for putting it together.

pstadler commented 5 years ago

I recommend using watch in this case. Example:

watch -n 5 -t -c ./ticker.sh AAPL MSFT GOOG BTC-USD
pstadler commented 5 years ago

Added this to the readme.