Commit Graph
11 Commits
Author SHA1 Message Date
nathanmcrae 32c0b9bb5c Open directories of files
You can pass files / dirs as arguments an they will be opened. The
directories will be searched for text files (as identified by libmagic)
and those text files will be displayed too.
2023-06-20 22:32:04 -07:00
nathanmcrae 0da13751d5 Display multiple files 2023-06-19 23:09:23 -07:00
nathanmcrae aade06e600 Add docmap struct
We want to have an array of docmaps, one for each file and be able to
iterate through them. That way the layout can be done in a single
function.
2023-06-19 22:42:26 -07:00
nathanmcrae d3e47ee184 Write file name inline 2023-06-18 00:23:56 -07:00
nathanmcrae 8a16eff9ba Finish text render test 2023-06-16 21:01:59 -07:00
nathanmcrae deb02fa359 Add SDL TTF for text rendering 2023-06-10 23:11:44 -07:00
nathanmcrae 80de6db167 Added red mark at end of long line 2023-06-10 22:13:40 -07:00
nathanmcrae 757a401eee Rename bin to docmap 2023-06-10 21:34:49 -07:00
nathanmcrae 727eeb8710 zig fmt 2023-06-10 21:34:42 -07:00
nathanmcrae b61717cf21 Added columns 2023-06-04 15:19:51 -07:00
nathanmcrae b695ee0bf7 First pass at a document map viewer 2023-06-04 14:46:48 -07:00