Skip to content

Releases: xyb/chunkdup

v0.5.0

04 Dec 12:56
@xyb xyb
Compare
Choose a tag to compare
  • chunkdup: display diff bar
  • width of diff bar will be exactly same as specified
  • if diff bar has too much detail, use ellipsis
  • display humanize file size
  • refactoring

Examples:

 34.93%  ▒▒▒▒▒▒▒█████████████  ./dist/chunkdup-0.2.0-py3-none-any.whl (4.07KB)  ./dist/chunkdup-0.1.2-py3-none-any.whl (4.07KB)
  8.18%  ██▒▒████▀▀▀▀▀▀▀▀▀▀▀▀  ./htmlcov/d_16ffff9bacabdba8_chunkdiff_py.html (12.2KB)  ./htmlcov/d_16ffff9bacabdba8___init___py.html (4.33KB)
  5.74%  ▒▄▄▒▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄  ./.git/logs/refs/heads/main (5.39KB)  ./.git/logs/HEAD (17.1KB)
  3.58%  ██████████▄▄▒███████  ./chunkdup/chunkdup.py (7.78KB)  ./chunkdup/__pycache__/chunkdup.cpython-39.pyc (8.45KB)
  1.86%  █▒▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  ./htmlcov/d_16ffff9bacabdba8_chunkdup_py.html (68.4KB)  ./htmlcov/d_16ffff9bacabdba8___init___py.html (4.33KB)
  1.68%  █▒▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄  ./htmlcov/d_16ffff9bacabdba8_chunkdiff_py.html (12.2KB)  ./htmlcov/d_16ffff9bacabdba8_chunkdup_py.html (68.4KB)
  0.41%  ███████████████████▒  ./htmlcov/keybd_open.png (8.79KB)  ./htmlcov/keybd_closed.png (8.79KB)

v0.4.0

27 Nov 12:59
@xyb xyb
Compare
Choose a tag to compare
  • chunkdup
    • user friendly command line
    • do not compare the identical files
    • do not compare two files twice
  • chunkdiff
    • user friendly command line
    • add single line bar to indicate the difference
    • show an error message if file not found

v0.3.0

20 Nov 14:08
@xyb xyb
Compare
Choose a tag to compare
  • chunkdiff: compare two files and see which parts are different

v0.2.3

19 Nov 14:10
@xyb xyb
Compare
Choose a tag to compare
  • upgrade chunksum to v0.6.0 or any future versions

v0.2.2

15 Nov 15:53
@xyb xyb
Compare
Choose a tag to compare
  • upgrade chunksum to v0.5.0
  • fix pipe error

v0.2.1

15 Nov 06:07
@xyb xyb
Compare
Choose a tag to compare
  • upgrade chunksum to v0.4.0 to support find incremental updates

v0.2.0

13 Nov 07:40
@xyb xyb
Compare
Choose a tag to compare
  • fix the issue of dup-ratio greater than 100%

v0.1.2

06 Nov 16:04
@xyb xyb
Compare
Choose a tag to compare
  • upgrade chunksum to v0.3.0 to fix support for python 3.7 and 3.8

v0.1.1

06 Nov 12:02
@xyb xyb
Compare
Choose a tag to compare
  • update chunksum to v0.2.1

v0.1.0

06 Nov 11:46
@xyb xyb
Compare
Choose a tag to compare
  • read chunksums and print a plain text report of duplicate files.