π First Official Release of AdZip π
Simple file bundling without compression - because sometimes you just need to pack files together!
β¨ Key Features
- Lightweight Archiving: Bundle files with almost zero overhead
- Transparent Structure: Human-readable archive format
- Blazing Fast: No compression means instant operation
- Portable: Single binary that works anywhere (just drop it in your PATH)
π οΈ Installation
# Build from source
go build -o adzip main.go
# Make it globally available (Linux/macOS)
sudo mv adzip /usr/local/bin/