Aleksaan Diskusage Versions Save

Duck is a very fast utility to find largest directories or files

v2.1.0

3 years ago

Changelog

  • c84900c Fix #28 issue: High memory consumption when more than 8M files count.
  • Huge code refactoring
  • Decreasing memory comsumpiton to 8-10 times
  • Decreasing time of execution
  • Add new results metric: Total memory used

v2.0.4

3 years ago

Changelog

83091ab Bug fix: Incorrect work of fixunits argument

v2.0.3

4 years ago

Changelog

  • rename default config file name from config.yaml to diskusage_config.yaml
  • rename default results file name out.txt to diskusage_out.txt (to avoid intersection with other files in folder)

v2.0.2

4 years ago

Changelog

  • Configuration file instead inline parameters
  • Simple usage mode (copy diskusage executable to any folder, run it and get results)
  • Correct results output (correct end of line symbol win/unix)
  • Save results to file or get it in console mode (option 'tofile')

v.2.0.2a

4 years ago

Output to file or console (option 'tofile') You should create or donwload file config.yaml in the same folder where diskusage.exe

v.2.0.1a

4 years ago

Usability is going better. Options described in config.yaml now.

v1.3.3

5 years ago

Changelog

  • New option -csv for exporting results to csv-file

v1.3.2

5 years ago

Changelog

  • using a system's native line endings style for results
  • "-limit 0" - limitless mode for number of results will be printed
  • "-sort "name_asc" - new sorting mode like in windows explorer (it means together with limit 0 parameter)

v1.3.1

5 years ago

Changelog

26443a6 Fix bug of incorrect count links if file name is not lower-case

v1.3.0

5 years ago

Changelog

Fix bug#16 (incorrect calculation size of symlinks) Huge code refactoring Tests path processing was added Relative pathes support was added Readme.md updating