tokei
Count your code, quickly
Options
Name | Description |
---|---|
-f, --files | Will print out statistics on individual files |
-h, --help | Prints help information |
--hidden | Count hidden files |
-l, --languages | Prints out supported languages and their extensions |
--no-ignore | Don't respect ignore files (.gitignore, .ignore, etc.) |
--no-ignore-dot | Don't respect .ignore and .tokeignore files, including those in parent directories |
--no-ignore-parent | Don't respect ignore files (.gitignore, .ignore, etc.) in parent directories |
--no-ignore-vcs | Don't respect VCS ignore files (.gitignore, .hgignore, etc.), including those in parent directories |
-V, --version | Prints version information |
-v, --verbose |
|
-c, --columns <columns> | Sets a strict column width of the output, only available for terminal output |
-e, --exclude <exclude> |
|
-i, --input <input> | Gives statistics from a previous tokei run. Can be given a file path, or "stdin" to read from stdin |
-o, --output <output> | Outputs Tokei in a specific format |
-s, --sort <sort> | Sort languages based on column |
-t, --type <type> | Filters output by language type, seperated by a comma. i.e. -t=Rust,Markdown |