Source Code Line Analyzer inspired cloc.
Run it with no arguments to count the current directory:
tallyPass one or more files or directories to count those instead:
tally src tests Cargo.tomlUse --tree to include directory totals under each language:
tally --treeThe binary prints totals by language: files, blank lines, comment lines, and code lines. It skips common heavy directories like .git, node_modules, target, and dist.