mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
b29c7ac9ad
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
576 B
576 B
tokei
Display statistics about code. More information: https://github.com/XAMPPRocky/tokei#options.
- Display a report for the code in a directory and all subdirectories:
tokei {{path/to/directory}}
- Display a report for a directory excluding
.min.jsfiles:
tokei {{path/to/directory}} {{[-e|--exclude]}} {{*.min.js}}
- Display statistics for individual files in a directory:
tokei {{path/to/directory}} {{[-f|--files]}}
- Display a report for all files of type Rust and Markdown:
tokei {{path/to/directory}} {{[-t|--types]}} {{Rust}},{{Markdown}}