cgag / loc

Count lines of code quickly.
MIT License
2.29k stars 126 forks source link

Does loc will have options to compare and provide the difference between files/directories #142

Open mageshsankar opened 2 years ago

mageshsankar commented 2 years ago

Is there a way to view the differences between files/directories in loc like there is in Cloc? In Cloc, we can compare two directories/files and see how many codes have been added, deleted, or modified. Is that option available in loc? If so, could you please show me how to do it?