Forrest logo
back to context overview

tokei

List of commands for tokei:

  • tokei:tldr:2e78f tokei: Print out statistics for individual files in a directory.
    $ tokei ${path-to-directory} --files
    try on your machine
    explain 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 machine
    explain 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 machine
    explain 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 machine
    explain this command
back to context overview