cgag / loc

Count lines of code quickly.
MIT License
2.31k stars 125 forks source link

Can you add reading from stdin? #59

Closed purpleP closed 6 years ago

purpleP commented 7 years ago

Would be cool to be able to download tar or zip with wget -qO- and pipe it loc without even saving it to know how much lines of code github project has.

cgag commented 7 years ago

i detect the language based off the file extensions, so i'm not sure how viable this is without explicitly parsing the output output of unzip -c