UZip is a powerful CLI tool built on top of 7-Zip that allows you to:
- Ultra-compress folders
- Split archives into parts
- Restore from split archives
- Show real-time progress
- Delete parts interactively
- Use simple CLI commands
- Works as a global CLI
- Works as a Windows EXE
- Real progress bar:
[████░░░░░░] 42% - Split size support (e.g.
500m,2g) - Restore from split archives
- Interactive cleanup prompt
- JSON metadata (
index.json) - Windows-safe paths
- CLI flags
- Error handling
- Works with
pkgEXE
npm install -g @neelfrostrain/uzip-cliuzip -compress <input> <output> <size>
uz -compress <input> <output> <size>Example:
uzip -compress "MyFolder" backup 2g
uz -compress "MyFolder" backup 2guzip -restore <folder>
uz -restore <folder>uzip -restore backup
uz -restore backupuzip --help
uz --help
uzip -h
uz -huzip --version
uz --version
uzip -v
uz -v