tokei v12.1.0 Release Notes
-
Introduction
Tokei is a fast and accurate code analysis CLI tool and library, allowing you to ๐ easily and quickly see how many blank lines, comments, and lines of code are in ๐ your codebase. All releases and work on Tokei and tokei.rs ([the free companion badge service][rs-info]) are [funded by the community through GitHub Sponsors][sponsor].
๐ You can always download the latest version of tokei through GitHub Releases or ๐ฆ Cargo. Tokei is also available through other [package managers][pkg], though ๐ they may not always contain the latest release.
cargo install tokei
๐ฆ [pkg]: https://github.com/XAMPPRocky/tokei#package-managers [rs-info]: https://github.com/XAMPPRocky/tokei/blob/master/README.md#Badges [sponsor]: https://github.com/sponsors/XAMPPRocky
What's New?
- Added
-n/--num-format=[commas, dots, plain, underscores]
for adding separator formatting for numbers. - The total is now included in output formats such as JSON.
--no-ignore
now implies other ignore flags.- Added
--no-ignore-dot
flag to ignore files such as.ignore
. - Added single line comments to F*
- โก๏ธ Updated various dependencies.
โ Added Languages
- Added