< return source >

[ zcloc ]

a simple source code line counting program

demo

>> WHAT? >>

zcloc is a simple source code line counting program.

>> WHY? >>

i got fed up with cloc for it being slow and with tokei for having an annoyingly formatted output and decided to write my own simple line counter.

>> 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