This was just a very basic application i decided to make.
What it does is simply counting the number of lines in every file (recursively) in the directory you specify. It can be customized to exclude specific file types, which you can specify in the application it self.
NOTE: if you specify custom file types remember that, as of now, the program is case sensitive. Meaning that if you exclude as an example “.jpg” files, the program will still count lines in “.JPG” files.
Instructions:
The downlaod contains a zip file with only one file in it, being the application it self. No installation required
* - Fixed a bug with recursive searching not always working.
v0.1 Beta
* - First release[/toggle][toggle title="ToDo"]* – The file types you specify are case sensitive. I want them not to be.[/toggle]