pages.*: improve pages descriptions conciseness and usefulness (#12355)

This commit is contained in:
Vitor Henrique
2024-02-25 07:46:24 -03:00
committed by GitHub
parent 1ede1be877
commit a609b14c83
31 changed files with 35 additions and 35 deletions

View File

@@ -1,20 +1,20 @@
# tokei
> A program that prints out statistics about code.
> Display statistics about code.
> More information: <https://github.com/XAMPPRocky/tokei>.
- Get a report on the code in a directory and all subdirectories:
- Display a report for the code in a directory and all subdirectories:
`tokei {{path/to/directory}}`
- Get a report for a directory excluding `.min.js` files:
- Display a report for a directory excluding `.min.js` files:
`tokei {{path/to/directory}} -e {{*.min.js}}`
- Print out statistics for individual files in a directory:
- Display statistics for individual files in a directory:
`tokei {{path/to/directory}} --files`
- Get a report for all files of type Rust and Markdown:
- Display a report for all files of type Rust and Markdown:
`tokei {{path/to/directory}} -t={{Rust}},{{Markdown}}`