No description
- Zig 100%
| src | ||
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| README.md | ||
File manager
Zig written file manager written as a study project to learn Zig lang.
Functionality
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)
Requirements
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
Compiling
Just run
zig build
to compile the software