Skip to content

emttiew/BoostDirZipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

BoostDirZipper is a lightweight console tool designed for efficient file compression and decompression. It utilizes the boost iostreams library and modern C++ to manage file archives effectively, *including the option to skip adding files with identical binary content.

Currently, BoostDirZipper only works with the gzip file format.

*WIP

Usage

❯ ./BoostDirZipper c|compress|d|decompress <source_path> <sink_path>

Build

❯ mkdir build && cd build
❯ cmake ..
❯ make install

About

Lightweight console file compression tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published