This is a command-line tool to compress and decompress files or directories using the zlib format with Go. It supports setting different compression levels and shows progress bars during operations.
- Compress/Decompress individual files or entire directories
- Set compression levels from 0 (none) to 9 (max)
- Displays progress bars
zc compress [source file/folder] [destination file] --level [0-9]zc decompress [source file] [destination folder]See the latest release on GitHub
TODO
- Install Go on your system.
- Clone the repository.
- Build the tool:
go build -a -installsuffix cgo -ldflags "-w -s" -o zc - Run it from the command line.
MIT License. Contributions are welcome.