cloc icon indicating copy to clipboard operation
cloc copied to clipboard

cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.

Results 35 cloc issues
Sort by recently updated
recently updated
newest added

Hello, I've used cloc for a while now and I find it very useful, specially the diff functionality. But I was wondering if there is an option to print out...

**For other enhancements:** I really hope you can implement this feature to resolve [this](https://github.com/AlDanial/cloc/issues/765)

**Feat :** Let's take an example github URL : https://github.com/AlDanial/cloc.git Cloc can able to count blank lines, comment lines, and physical lines of source code from the direct Github url....

**Describe the bug** This is the same issue reported in https://github.com/AlDanial/cloc/issues/780 - I am just not able to open the issue again, hence I create a new one. **cloc; OS;...

Currently, using the `--fullpath` with `--match-d` options causes cloc to evaluate the regex based on the physical full path, but this might not align with what users expect. For instance,...

**Describe the bug** When running the following command (and any similar command with more than one --not-match-f stated) the default expectation is that all files who have a basename ending...

**For other enhancements:** There are 100 text files and 80 unique files. Can I get the repeated file list?

Running cloc from inside a new-ish directory inside a git repo may fail with the somewhat confusing message ``` fatal: current working directory is untracked Failed to create tarfile of...

Hi! Thanks for maintaining `cloc` for all these years :smile: I have been manually changing `cloc` to exclude the shebang from the count for quite some time now, by commenting...

**If you want an unsupported language added, provide:** - language name: "Glimmer JavaScript" and "Glimmer TypeScript" - file extension(s): `.gjs` and `.gts` - method(s) of commenting text: handlebars comments `{{!...