tokei

Count your code Usage: tokei [OPTIONS] [--] [input]...

Options

OptionDescription
-e, --exclude <exclude>...Ignore all files & directories matching the pattern
-f, --filesWill print out statistics on individual files
--hiddenCount hidden files
-l, --languagesPrints out supported languages and their extensions
--no-ignoreDon’t respect ignore files (.gitignore, .ignore, etc.)
-o, --output <output>Outputs Tokei in a specific format. Compile with additional features for more format support. [possible values: cbor, json, yaml]
-t, --types <types>Filters output by language type, separated by a comma. i.e. -t=Rust,Markdown