-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

tokei


> A program that prints out statistics about code.

More information.


Get a report on the code in a directory and all subdirectories:

tokei {path/to/directory}

Get 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:

tokei {path/to/directory} --files

Get a report for all files of type Rust and Markdown:

tokei {path/to/directory} -t={Rust},{Markdown}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 08:42:16 2024