Folder view
#268
-
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.
Answered by
boyter
Jun 14, 2021
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.
2 replies
Answer selected by
davidbozo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You mean broken down by folder? As in you want to see how many lines are in say the directory
src
compared toassets
for 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.