Releases: mococouo/archive-collector
Releases · mococouo/archive-collector
Release list
Archive Collector v1.0.1
Patch release to complete the GitHub publication setup.
Changes:
- Adds the MIT license.
- Adds a README license section.
- Updates the changelog for v1.0.1.
- Completes GitHub repository description and topics.
The main v1.0.0 functionality remains unchanged.
Archive Collector v1.0.0
Initial public release of Archive Collector.
Highlights:
- Collect ZIP, RAR, 7z, tar, gzip, bzip2, xz, and zstd archives into one destination folder.
- Use either the graphical interface or CLI mode.
- Copy or move matching archive files.
- Recursively scan folders, or use top-level-only scanning with --flat.
- Handles duplicate filenames automatically.
- English is the default language.
- Includes built-in locale files for English, Chinese, French, German, and Japanese.
- Adds --lang and --list-languages for multilingual CLI/GUI use.
- Includes README screenshot, GitHub metadata guidance, and changelog.
Basic usage:
python archive_collector.py --gui
python archive_collector.py "D:\Downloads" "D:\Archives" --cli