a simple source code line counting program
https://divio.city/projects/zcloc
- Zig 100%
| media | ||
| src | ||
| build.zig | ||
| build.zig.zon | ||
| LICENSE | ||
| README.md | ||
[ zcloc ]
a simple source code line counting program
>> WHAT? >>
zcloc is a simple source code line counting program.
>> WHY? >>
i got fed up with both cloc due to it being slow and tokei due to it formatting the output in annoying way, so wrote a simple code line counter of my own.
>> INSTALLATION >>
# clone the repo
git clone https://git.divio.city/me/zcloc
cd zcloc
# build the source code
zig build -Doptimize=ReleaseSafe
# install it to your desired location
doas zig build install --prefix /usr/local
Mirrors: diviocity disroot codeberg git.gay gitea rocketgit salsa framagit gitlab github
