yet another faster ls
Find a file
2025-11-25 10:11:29 -05:00
src update uucode dep 2025-11-25 09:48:37 -05:00
.gitignore initial commit 2025-07-30 10:48:38 -04:00
build.zig handle unicode properly. added libuucode to handle it 2025-10-28 20:16:15 -04:00
build.zig.zon update deps 2025-11-25 10:11:29 -05: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