An open API service indexing awesome lists of open source software.

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.

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".