Skip to content

Releases: za419/LineCounter

Bugfix release for v0.9.0

01 Jul 07:00
v0.9.1b

Choose a tag to compare

Pre-release

Fixes several bugs related to the recursive mode, mostly involving the display of directory names.

Add recursive flag

01 Jul 05:42
151339b

Choose a tag to compare

Add recursive flag Pre-release
Pre-release

Has both the original flat counting ability and support for recursive counts which count files in both the original directory and all subdirectories.

Additionally, this has an improved help message and supports several ways to have it printed: Calling the program and only passing any of [/h|/help|/?|-h|--help] will have it print the message and exit successfully.

This version is deprecated.

It is preserved only for historical reasons: For actual use, v0.9.1b is superior in all ways.

First working version

01 Jul 05:48
v0.1.0

Choose a tag to compare

First working version Pre-release
Pre-release

Functionally supports counting all files in the given directory.
Ignores all subdirectories.