init
This commit is contained in:
commit
c5cd492449
475 changed files with 27928 additions and 0 deletions
18
technology/applications/cli/tokei.md
Normal file
18
technology/applications/cli/tokei.md
Normal 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 |
|
Loading…
Add table
Add a link
Reference in a new issue