Commit Graph

25 Commits

Author SHA1 Message Date
Nathan McRae
aa766b44fe Add TODOs to readme 2023-06-21 21:18:55 -07:00
27673079fa Clean up 2023-06-21 20:39:12 -07:00
0d4d3e9212 Add buffer between columns 2023-06-21 20:38:35 -07:00
b0698395c0 Update readme 2023-06-21 20:38:13 -07:00
38ae10f9c6 Only display filename, not full path 2023-06-21 20:18:10 -07:00
d3951dbc1d Add zig-out to .gitignore 2023-06-21 20:03:18 -07:00
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
0da13751d5 Display multiple files 2023-06-19 23:09:23 -07:00
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
d3e47ee184 Write file name inline 2023-06-18 00:23:56 -07:00
8a16eff9ba Finish text render test 2023-06-16 21:01:59 -07:00
deb02fa359 Add SDL TTF for text rendering 2023-06-10 23:11:44 -07:00
80de6db167 Added red mark at end of long line 2023-06-10 22:13:40 -07:00
757a401eee Rename bin to docmap 2023-06-10 21:34:49 -07:00
727eeb8710 zig fmt 2023-06-10 21:34:42 -07:00
b61717cf21 Added columns 2023-06-04 15:19:51 -07:00
b695ee0bf7 First pass at a document map viewer 2023-06-04 14:46:48 -07:00
Andrew Kelley
0e9e56a8f1 update to latest zig 2022-10-25 15:26:34 -07:00
Andrew Kelley
09ef4b6106 update to latest zig 2021-03-29 12:18:07 -07:00
Andrew Kelley
ccb18ace37 update to latest zig 2018-07-04 12:06:20 -04:00
Andrew Kelley
a4c4a42e0a update to latest zig 2018-06-09 23:13:57 -04:00
Andrew Kelley
2dd7e5b51e zig has extern unions now 2018-03-27 18:03:03 -04:00
Andrew Kelley
a2a3fc57d1 update to latest zig 2018-03-27 17:57:07 -04:00
Andrew Kelley
7e4872a02c don't free the rwop twice 2017-10-25 23:42:16 -04:00
Andrew Kelley
4ab4e4f58b initial version 2017-10-25 23:30:19 -04:00