https://github.com/hypothermic/ultimatecompressor
A file archiving and compression utility with the goal to support as many formats as possible.
https://github.com/hypothermic/ultimatecompressor
Last synced: 5 months ago
JSON representation
A file archiving and compression utility with the goal to support as many formats as possible.
- Host: GitHub
- URL: https://github.com/hypothermic/ultimatecompressor
- Owner: hypothermic
- License: mit
- Created: 2019-10-31T14:02:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T18:18:58.000Z (about 6 years ago)
- Last Synced: 2025-07-31T04:58:24.273Z (6 months ago)
- Language: C
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UltimateCompressor
A project with the goal to incorporate as many archive formats and compression techniques as possible.
## Modules
UC is seperated into multiple modules:
### Core (required)
This module contains the shared code between the CLI and GUI.
### CLI
This module contains the executable that can be run from the command-line.
### GUI
This module contains a GTK+ graphical application.
## Acknowledgements
UltimateCompressor uses the public-domain "zip" library by Kuba Podgorski (kuba--). For convenience, it is included in the VCS repo under the directory "deps-zip".