Skip to content

ofkm/tally

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tally

Source Code Line Analyzer inspired cloc.

Run it with no arguments to count the current directory:

tally

Pass one or more files or directories to count those instead:

tally src tests Cargo.toml

Use --tree to include directory totals under each language:

tally --tree

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

About

Rust Based Source Code Analyzer inspired by cloc

Resources

License

Stars

Watchers

Forks

Contributors

Languages