0 # TUIMarket

1

2 Fetch informations about stocks, currencies, cryptocurrencies in your terminal.

3 The program uses Yahoo Finance api.

4

5 ![pic0](./img/img.png)

6

7 ## Configuration

8

9 The program will loads a list of symbols from one of those files :

10 * ~/.config/tuimarket/symbols

11 * ~/.tuimarket/symbols

12 * ~/.tuimarket_symbols

13

14 The file will be read one symbol per line.

15

16 ## Keybindings

17

18 * k, up arrow - scroll up

19 * j, down arrow - scroll down

20 * q, escape - exit

21

22 ## Dependencies

23

24 * libcurl

25 * termbox2 (included in the source)

26