@neelfrostrain/uzip-cli
v1.0.13
Published
Ultra compression CLI with split, restore, and progress bar
Maintainers
Readme
UZip CLI
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
Features
- 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
Installation (Global)
From NPM (once published)
npm install -g @neelfrostrain/uzip-cliUsage
Compress
uzip -compress <input> <output> <size>
uz -compress <input> <output> <size>Example:
uzip -compress "MyFolder" backup 2g
uz -compress "MyFolder" backup 2gRestore
uzip -restore <folder>
uz -restore <folder>Example:
uzip -restore backup
uz -restore backupHelp
uzip --help
uz --help
uzip -h
uz -hVersion
uzip --version
uz --version
uzip -v
uz -v