Zig written file manager written as a study project to learn Zig lang.
The file manager shows all files and folders on the current working directory.
- Add files and folders
- Delete files and folders (Not recursively yet)
- Rename files and folders
- Change directories (cd)
To compile the software you need Zig 0.15.2 compiler. This software only works on POSIX machines and has only been tested on Linux
Just run
zig buildto compile the software