No description
Find a file
2026-01-05 01:31:57 +02:00
src asd 2026-01-05 01:31:57 +02:00
.gitignore Reworked input handling to non-blocking input parsing 2026-01-05 01:13:06 +02:00
build.zig intial commit of version 0.1 2026-01-04 01:17:27 +02:00
build.zig.zon intial commit of version 0.1 2026-01-04 01:17:27 +02:00
README.md update readme: 2026-01-05 01:20:00 +02:00

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