💾 Archived View for gemini.rmf-dev.com › repo › Vaati › tuimarket › files › 6b4194447155910e2b3759fc… captured on 2023-04-26 at 13:29:33. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-03-20)
-=-=-=-=-=-=-
0 # TUIMarket
1
2 Fetch informations about stocks, currencies, cryptocurrencies in your terminal.
3
4 =>img/img.png Screenshot
5
6 ## Configuration
7
8 The program will load a list of symbols from one of those files :
9 * ~/.config/tuimarket/symbols
10 * ~/.tuimarket/symbols
11 * ~/.tuimarket_symbols
12
13 The file will be read one symbol per line.
14
15 ## Keybindings
16
17 * k, up arrow - scroll up
18 * j, down arrow - scroll down
19 * q, escape - exit
20
21 ## Dependencies
22
23 * libcurl
24 * termbox2 (included in the source)
25