Go to file
2023-06-21 21:18:55 -07:00
src Clean up 2023-06-21 20:39:12 -07:00
.gitignore Add zig-out to .gitignore 2023-06-21 20:03:18 -07:00
build.zig Open directories of files 2023-06-20 22:32:04 -07:00
FreeSans.ttf Finish text render test 2023-06-16 21:01:59 -07:00
README.md Add TODOs to readme 2023-06-21 21:18:55 -07:00
screenshot.png Update readme 2023-06-21 20:38:13 -07:00

docmap

docmap will display a map of textfiles for an overview of their contents.

screenshot

use it by passing the files / directories as arguments.

TODO

  • open files via file selection dialog (triggered by ctrl-o)
  • window resizing
  • click on location in file and open configurable program (e.g. notepad++) at that line/column
  • collapse individual files
  • zoom levels (2x2, 3x3, etc. blocks for each character)
  • port to windows
  • port to zig master
  • pre-render files (each file results in a (column_width)xN array which can be more quickly placed and moved around on screen).