Great tool @VoIlAlex , I have been using it for a month. Besides filtering by file extension and ignoring by directory name lets add functionality to filter by file pattern . typical usecase is say I dont want to count for all files in a directory but for files which has say some pattern like in the following I am trying to only count lines of filenames which start with "__"
codel count -e __*.py
Great tool @VoIlAlex , I have been using it for a month. Besides filtering by file extension and ignoring by directory name lets add functionality to filter by file pattern . typical usecase is say I dont want to count for all files in a directory but for files which has say some pattern like in the following I am trying to only count lines of filenames which start with "__"
codel count -e __*.py