v12.1.0
github-actions
released this
23 Dec 23:30
·
252 commits
to master
since this release
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) are funded by the community through GitHub Sponsors.
You can always download the latest version of tokei through GitHub Releases or Cargo. Tokei is also available through other package managers, though they may not always contain the latest release.
cargo install tokei
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.