Skip to content

A simple zip compactor app written in golang to help you life. Usage with native GUI and CLI.

License

Notifications You must be signed in to change notification settings

gustavonobreza/zip-compactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zip image


Usage

Install (CLI USAGE)

go install github.com/gustavonobreza/zip-compactor

Run in CLI (Can select just one file to be zipped)

zip-compactor -from <File to be zipped> -to <Target path>

Run in GUI (Can select many files)

git clone https://github.com/gustavonobreza/zip-compactor
cd zip-compactor
go install github.com/akavel/rsrc
rsrc -ico ".\docs\zip.ico"
go build -ldflags -H=windowsgui .

open the folder zip-compactor and copy executable file to your Desktop for example, or add in Start Menu (Windows)