💾 Archived View for gmi.noulin.net › gitRepositories › csvFmt › file › README.md.gmi captured on 2024-08-18 at 17:54:02. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
README.md (281B)
1 # csvFmt 2 3 Display a csv file (';' separated) with formating. 4 5 ``` 6 ./csvFmt.c phones.csv 7 ``` 8 9 It uses libfort: 10 11 [libfort](https://github.com/seleznevae/libfort) 12 From commit 4123716 13 14 I added the property FT_CPROP_CELL_BG_RGBCOLOR to set cell background color to a 24bit color value.