code-line-count 0.1.0

Fast line counter specializing in code.
code-line-count-0.1.0 is not a library.

CLC(code-line-count)

Fast line counter for code files.

Installation

cargo install --path .

Usage

clc [FLAG OR CATEGORY OR FILE EXTENSION]...

Count lines in Rust files:

clc rust

Count lines in multiple categories:

clc rust python web

Count by file extension:

clc .rs .py

Flags

  • --help - display help text
  • -v, --version - display version
  • -h, --hidden - include hidden files
  • -g, --git - respect .gitignore
  • -d# - set search depth

License

MPL-2.0