docmap/README.md

19 lines
608 B
Markdown
Raw Normal View History

2023-06-22 03:38:13 +00:00
# docmap
2017-10-26 03:30:19 +00:00
2023-06-22 03:38:13 +00:00
docmap will display a map of textfiles for an overview of their contents.
2017-10-26 03:30:19 +00:00
![screenshot](screenshot.png)
2023-06-22 03:38:13 +00:00
use it by passing the files / directories as arguments.
2023-06-22 04:18:55 +00:00
## 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).