Skip to content

Releases: mikepianka/drsz

v2.0

14 Nov 21:57
5178825
Compare
Choose a tag to compare

What's Changed

drsz now prints a warning instead of exiting the program if errors are encountered walking through directories. This is usually permissions related and the better behavior for the intent of the program.

PR

Full Changelog: v1.2...v2.0

v1.2

27 Dec 02:42
efcce5a
Compare
Choose a tag to compare

What's Changed

Full refactor to restructure drsz into a package, add the last modified time for each directory in the output, and add optional concurrent directory searching. See the readme for an example of the new concurrent search option.

Full Changelog: v1.1...v1.2

drsz v1.1

12 Feb 16:57
6fc708c
Compare
Choose a tag to compare

What's Changed

Added a progress bar to the terminal output. Now, the bar shows progress as directories are searched and when searching is complete all the directory sizes are printed at once.

Full Changelog: v1.0...v1.1

drsz v1.0

18 Jan 21:37
Compare
Choose a tag to compare

v1.0 of the drsz command line tool. Linux and Windows amd64 binaries have been pre-built.