💾 Archived View for gemini.rmf-dev.com › repo › Vaati › tuimarket captured on 2023-11-04 at 11:37:21. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-08)

-=-=-=-=-=-=-

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

Commits

491d6dc875817c32a12ce4e4fea2a00df6606a1c, by Raw Monk on 2023-08-27 12:37:06
add links to readme

b66f4c12d594d7b904e2e87b3fc88fd5d5634872, by Raw Monk on 2023-08-27 12:34:29
add config header file

fb70e5d0aa88aebe98f8f180c2b1c7832d12539a, by Raw Monk on 2023-08-26 11:48:08
add display function

eda69f73f7b8454125c4f6adc97d90ae550aead4, by Raw Monk on 2023-08-26 10:54:15
use array instead of linked list

613da923411b352bab9a6332206062e08aa60764, by Raw Monk on 2023-08-24 10:13:21
edit readme

3dce7784d16c4f32645f0cdcd5316a1f8cfdbcf0, by Raw Monk on 2023-08-24 10:11:35
remove gmi readme

9a0f4fba00e564bd2aff9f8d26aed0d8c9744ed6, by Raw Monk on 2023-08-23 22:52:06
sleep between each request

58dd7ca43d986baae29ee708e60f537d865cc69f, by Raw Monk on 2023-08-23 10:26:14
wait for update thread to end before exiting

a1720043032a7ae488b0c44cb933d7b597a329fb, by Raw Monk on 2023-08-22 20:00:58
use strnstr instead of strstr

a93f272ee1234426e4d31633c3dca0bca7338400, by Raw Monk on 2023-08-22 16:58:36
fix yahoo api again, now it has to do a request for every symbol

4c1dd77b24753439da26f63f6cb985a0c98f982b, by Raw Monk on 2023-05-16 15:00:00
change from v7 to v6 in yahoo url

0a0ff7d028c8d87342516b8ed10c0060f6ab2a01, by Vaati on 2023-03-17 16:37:19
formatting termbox file

e875afa25410501b0ac9e4858a9dde32ab2bc36b, by Vaati on 2023-03-17 15:57:28
termbox fix for st

e797faabac44b28cbab21987f2bd33a02ea6bcf1, by Raw Monk on 2023-03-11 17:29:02
clean up memory at exit, replace const int by define to fix errors on some compilers

5f802e908000a3b051e231a4957c93c65b763be0, by Raw Monk on 2023-03-05 14:27:55
print error message if tb_init fail

9f182043054438b31a330ee3d04c56d43a58d08a, by Vaati on 2023-03-05 09:18:37
fix build on openbsd and zero-fill symbol struct

5855154477ed5f9e28c2d82815cb01e21c0090d9, by Raw Monk on 2023-03-05 09:07:10
format readme

8e4040b7dc6f487135508cd302b78cb349236b43, by Raw Monk on 2023-03-05 09:01:52
format url when the program start

ae61981af33cfdbefaf8f162919ef960cf649a23, by Raw Monk on 2023-03-05 08:34:43
add information about symbols file in readme

f43774988423faddfac053e7d609b977f2f824fb, by Raw Monk on 2023-03-04 22:39:48
add readme

236181bfff44d5ac92dd198214cabee08ee7de32, by Raw Monk on 2023-03-04 22:33:44
add arrow keys binding, redraw background under price and variation

861c957bd26ee3b0c75f2b6ecd363fc43c93c37e, by Raw Monk on 2023-03-04 22:16:08
put all the symbols in the request

5af0575447b15ef1d06b280736ea0a64f7a12411, by Raw Monk on 2023-03-04 21:39:19
Initial commit