| Crates.io | code-line-count |
| lib.rs | code-line-count |
| version | 0.1.0 |
| created_at | 2026-01-18 23:11:39.805094+00 |
| updated_at | 2026-01-18 23:11:39.805094+00 |
| description | Fast line counter specializing in code. |
| homepage | https://github.com/c1ph3rC4t/code-line-count |
| repository | https://github.com/c1ph3rC4t/code-line-count |
| max_upload_size | |
| id | 2053287 |
| size | 44,375 |
Fast line counter for code files.
cargo install --path .
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
--help - display help text-v, --version - display version-h, --hidden - include hidden files-g, --git - respect .gitignore-d# - set search depthMPL-2.0