AlDanial / cloc

cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
GNU General Public License v2.0
19.75k stars 1.02k forks source link

Add support for counting directly from Github/Bitbucket etc. #743

Closed prathamcoral closed 1 year ago

prathamcoral commented 1 year ago

When I try to run : "cloc https://github.com/username/somerepo" for counting the lines of code from a public repo, this gives an error. I have checked the examples in the README as well where first the repo is wither downloaded or cloned and then cloc is used with it. Please add support for directly counting from the github repo.

AlDanial commented 1 year ago

Sorry, I have no plans to support this.