fstab50 / xlines

Counts number of lines of code in a project (python3 implementation)
GNU General Public License v3.0
1 stars 1 forks source link

Exclude counting of named files and directories #26

Closed fstab50 closed 4 years ago

fstab50 commented 4 years ago

Should have an --exclude option to exclude a list that follows of files and directories:

$ xlines --sum git/ec2cli  git/project3  --exclude git/project4
fstab50 commented 4 years ago

implemented in version 0.7.20, just released.