easy-to-use program to compress and uncompress files From the command line.

alimiracle 39947c9028 move to codeberg преди 5 месеца
src a2553bd0be use ./ if no output file преди 5 години
README.md 39947c9028 move to codeberg преди 5 месеца
install 1f7a5cdd92 the app преди 5 години

README.md

cumpress is easy-to-use program to compress and uncompress files From the command line.

Important Note:

this project has been archived and migrated to codeberg. To access the project on codeberg,

visit this Link

Dependencies

to build this app you nede to install

  • git
  • golang

install

Download the program useing git

git clone https://notabug.org/alimiracle/cumpress

then type

cd cumpress
chmod + install
./install

Usage:

to zip file or dir use

cumpress -z filename

or

cumpress --zip filename

to unzip file or dir use

cumpress -u filename

or

cumpress --uzip filename

License

gpl v3