Wojberni/file-browser
Terminal UI browser for files written in Zig.
c49abb48241e11682b7b8b05c79d20773f1ded98
File-browser is a project for educational purposes written in Zig. I was trying to remind myself, how trees work and file structure was a natural choice.
Code was tested on Linux, it is NOT Windows compatible.
TUI was developed using Kitty, due to libvaxis compatibility. Some functionalities might not work as they should on other terminals.
Build gui, demo or tests for file-browser using following commands.
zig build gui
zig build demo
zig build test
file-browser
│ README.md
│ build.zig
│ build.zig.zon
└───src
│ │ main.zig
│ │ ...
└───gui
│ │ main.zig
│ │ ...
└───tests
│ │ tests.zig
│ │ ...
└───examples
│ │ demo.zig
│ │ ...
tree
command functionality