Go back
tuimarket by Vaati
View account
Check the stock market in your terminal
git clone https://gmi.rmf-dev.com/Vaati/tuimarket
Log
Files
Refs
License
Readme
Readme
TUIMarket
Fetch informations about stocks, currencies and cryptocurrencies in your terminal.
The program uses Yahoo Finance api.
pic0
Configuration
The program will loads a list of symbols from one of those files :
- ~/.config/tuimarket/symbols
- ~/.tuimarket/symbols
- ~/.tuimarket_symbols
The file will be read one symbol per line.
Keybindings
- k, up arrow - scroll up
- j, down arrow - scroll down
- q, escape - exit
Dependencies
libcurl
- - the multiprotocol file transfer library
termbox2
- - terminal rendering library (included in the source)