-
|
Hi! I'm looking for a tool which can display line of codes by folder for a while. I tried to find it in the doc but i couldn't. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
You mean broken down by folder? As in you want to see how many lines are in say the directory If I am correct on this not out of the box person. You could however use the SQL format output to compute this however https://github.com/boyter/scc#sql-and-sql-insert and I believe that the cloc examples (linked there) include something like this. |
Beta Was this translation helpful? Give feedback.
You mean broken down by folder? As in you want to see how many lines are in say the directory
srccompared toassetsfor example?If I am correct on this not out of the box person. You could however use the SQL format output to compute this however https://github.com/boyter/scc#sql-and-sql-insert and I believe that the cloc examples (linked there) include something like this.