
tokei
List of commands for tokei:
-
tokei:tldr:2e78f tokei: Print out statistics for individual files in a directory.$ tokei ${path-to-directory} --filestry on your machineexplain this command
-
tokei:tldr:a1907 tokei: Get a report for all files of type Rust and Markdown.$ tokei ${path-to-directory} -t=${Rust},${Markdown}try on your machineexplain this command
-
tokei:tldr:e6852 tokei: Get a report on the code in a directory and all subdirectories.$ tokei ${path-to-directory}try on your machineexplain this command
-
tokei:tldr:ec95b tokei: Get a report for a directory excluding `.min.js` files.$ tokei ${path-to-directory} -e ${*-min-js}try on your machineexplain this command