This commit is contained in:
JMARyA 2023-12-04 11:02:23 +01:00
commit c5cd492449
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
475 changed files with 27928 additions and 0 deletions

View file

@ -0,0 +1,18 @@
---
obj: application
repo: https://github.com/XAMPPRocky/tokei
---
# tokei
Count your code
Usage: `tokei [OPTIONS] [--] [input]...`
## Options
| Option | Description |
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `-e, --exclude <exclude>...` | Ignore all files & directories matching the pattern |
| `-f, --files` | Will print out statistics on individual files |
| `--hidden` | Count hidden files |
| `-l, --languages` | Prints out supported languages and their extensions |
| `--no-ignore` | Don'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 |