Skip to content

Releases: jjvanzon/JJ.Framework

JJ Utilities - File Name Exclusion (v1.7.5-file-name-exclusion)

06 Jan 20:31
Compare
Choose a tag to compare

This utility aims to exclude certain file names from a list. The point is: the folders can differ. But this tool does not look at folders.

JJ Utilities - File Name Filter (v1.7.4-file-name-filter)

30 Dec 18:27
Compare
Choose a tag to compare

This utility aims to take a list of file paths then filter out only certain file names, generating a new list. The point is: the folders can differ. But this tool does not look at folders.

JJ Utilities - File Deduplication (v1.7.3-file-dedup-editable-list)

14 Dec 20:12
Compare
Choose a tag to compare

This utility tries to look up duplicate files in a folder (and its sub-folders). It might first analyze which duplicates there are and would report them. The list might then be edited. After that this utility could delete the files. The files would be sent to the recycle bin. Be careful, because some files are supposed to be there twice to keep things working.

(This release made it possible to edit the list of duplicates.)

JJ Utilities - File Deduplication (v1.7.2-file-dedup-rework)

15 Dec 18:31
Compare
Choose a tag to compare

This utility tries to look up duplicate files in a folder (and its sub-folders). It might first analyze which duplicates there are and would report them. After that this utility could delete those files. The files would be sent to the recycle bin. Be careful, because some files are supposed to be there twice to keep things working.

(Mostly cosmetic changes in this release.)

JJ Utilities - File Deduplication (1.7-file-dedup-wix-setup)

18 Sep 02:36
Compare
Choose a tag to compare

This utility aims to look up duplicate files (recursively) in a folder. It might first analyze which duplicates there may be and report them. After that it would be an option to have this utility delete those files. This tool would send deleted files to the recycle bin.

(In this release the setup is based on Wix Toolset installer technology instead of Visual Studio Installer Projects.)

JJ Utilities - File Deduplication (v1.6-file-dedup)

15 Dec 18:43
Compare
Choose a tag to compare

This utility aims to look up duplicate files (recursively) in a folder. It might first analyze which duplicates there may be and report them. After that it would be an option to have this utility delete those files. This tool would send deleted files to the recycle bin.

(First release of file dedup utility.)