Skip to content

palapapa/LOCCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOCCounter

time tracker
A simple tool that counts LOCs.
Command format:

    Format: <paths>; <extensions>; <recursive>; <exclude-extension>
    paths: Pipe-separated list of targeted paths. Place "?" in front to exclude.
    extensions: Comma-separated list of targeted file extensions. Leave blank for all extensions.
    recursive: "true" or "false". Whether to recursively search for files in the specified paths.
    exclude-extension: "true" or "false". Whether to exclude the extensions specified in "extensions" and search for all other extensions.
    Example: C:\Code | D:\Programming | ?D:\Programming\Secret; .cs, .cpp, .c; true; false

About

A simple C# console app that counts LOCs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages