1
0
Fork
You've already forked ls-zig
0
WIP: inspired by eza, fewer features
  • Zig 89.7%
  • Nix 9.9%
  • Makefile 0.4%
2026年06月12日 15:02:10 +02:00
src Add multiple colors per different filetype, will add more colors in the 2026年06月07日 00:32:50 -04:00
.gitattributes add nix flake: used default github:Cloudef/zig2nix 2026年06月06日 18:22:49 -04:00
.gitignore remove result 2026年06月06日 18:23:47 -04:00
build.zig Remove dependencies, add README.md, remove unused files. 2026年03月09日 02:40:31 -04:00
build.zig.zon Revert "change name" 2026年06月06日 18:36:46 -04:00
flake.lock add nix flake: used default github:Cloudef/zig2nix 2026年06月06日 18:22:49 -04:00
flake.nix add nix flake: used default github:Cloudef/zig2nix 2026年06月06日 18:22:49 -04:00
Makefile added some colors to list output, todos and removed some unnecessary commented code 2026年03月10日 01:36:57 -04:00
README.md Add multiple colors per different filetype, will add more colors in the 2026年06月07日 00:32:50 -04:00
REFERENCES.md Update REFERENCES.md 2026年06月12日 15:02:10 +02:00

About

Just needed a simple project to learn the basics of zig, don't expect much feature wise upon completion.

Work in Progress

This code doesn't do much at the moment.

Usage

I would probably alias this to the ls command using alias ls=ls-zig

ls-zig <flags>

Options:
-f | --only-files - show only files
-d | --only-dirs - show only directories
-a | --all - use with <-f|-d> includes hidden directories in list
-p | --path - path to another location to list the contents of