Util to count lines of code but with inclusion of dependencies.
git clone https://github.com/andrewkraevskii/forsetz
cd forestz
zig build run -- /path/to/project
zig build -Duse-llvm -Doptimize=ReleaseFast
./zig-out/bin/forestz /path/to/project
- build zig
- cargo (rust)
- go
- node/deno/bun (js)
- avoid counting same files twice for dependenices inside of directory.
- add directory's filtering options.
- add language filtering options.
- sort also languages.
- comment detection for non zig not working.
- use rich text output for better visual clarity.
- sort projects by lines not just files inside of them.
- show lines like graph dust-du style.
- Multithreading? Probably not to hard but its pretty fast as is.