code-line-count

Crates.iocode-line-count
lib.rscode-line-count
version0.1.0
created_at2026-01-18 23:11:39.805094+00
updated_at2026-01-18 23:11:39.805094+00
descriptionFast line counter specializing in code.
homepagehttps://github.com/c1ph3rC4t/code-line-count
repositoryhttps://github.com/c1ph3rC4t/code-line-count
max_upload_size
id2053287
size44,375
c1ph3rC4t (c1ph3rC4t)

documentation

README

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

Commit count: 3

cargo fmt