tokei is a LICENSE licensed lines of code counter written in [[Rust]].
- Website
- [Source](https://github.com/XAMPPRocky/tokei)
- Documentation
- AlternativeTo
> Tokei is a program that displays statistics about your code. Tokei will show the number of files, total lines within those files and code, comments, and blanks grouped by language.
# Notability
Fast, simple.
Compare: [[cloc - count lines of code]]
# Philosophy
# OS Support
# Features
## Issues
Only supports the languages in its internal list, cannot be forced to consider other file extensions. This makes it useless for lesser known languages.
# Tips
# References