yet another faster ls
Find a file
2026-04-14 20:29:16 -04:00
src revert column changes 2026-04-14 20:29:16 -04:00
.gitignore add zig-pkg to .gitignore 2026-03-22 12:05:26 -04:00
build.zig perf: shrink DirEntry, inline null-terminated names, optimize column layout 2026-04-13 21:09:05 -04:00
build.zig.zon revert column changes 2026-04-14 20:29:16 -04:00
LICENSE Initial commit 2025-07-30 10:32:14 -04:00
README.md update README 2025-10-07 22:15:58 -04:00

scry

scry(1) is an attempt to make a better ls (yet again) and have feature parity with ls(1).

build

zig build --release=fast

TODO:

  • add async I/O (waiting on it to get merged to master)
  • be like ls
  • be faster than ls