Releases: mikepianka/drsz
v2.0
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
- v2.0 by @mikepianka in #5
Full Changelog: v1.2...v2.0
v1.2
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.
- v1.2 by @mikepianka in #4
Full Changelog: v1.1...v1.2
drsz v1.1
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.
- Add Progress Bar by @mikepianka in #3
Full Changelog: v1.0...v1.1
drsz v1.0
v1.0 of the drsz command line tool. Linux and Windows amd64 binaries have been pre-built.