I needed something to only count files, classified by language. I like subroutines of cloc to identify languages but I was not satisfied by the performance drop caused by the line counting on big repositories (Which I do not need in my case). So I propose an option --only-count-files to skip line count.
I needed something to only count files, classified by language. I like subroutines of
cloc
to identify languages but I was not satisfied by the performance drop caused by the line counting on big repositories (Which I do not need in my case). So I propose an option--only-count-files
to skip line count.Example on bash mirror repository https://github.com/bminor/bash :