XAMPPRocky / tokei

Count your code, quickly.
Other
10.56k stars 507 forks source link

Does tokei will have options to compare and provide the difference between files/directories? #822

Open mageshsankar opened 2 years ago

mageshsankar commented 2 years ago

Is there a way to view the differences between files/directories in tokei 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 tokei? If so, could you please show me how to do it?

iilyak commented 2 years ago

I have similar need. But I wanted to compare it with the previous run stats captured in a json file and see how many lines where added. I don't need to breakdown per directory in my case.