Expand description
tibet-zip CLI library.
The entire CLI implementation lives here as pub fn run(), so the
canonical tibet-zip-cli binary and the short-name tbz-cli alias
both delegate to a single source of truth — no drift possible.
Usage (when installed):
tbz pack
Short aliases (because life is too short for tar -xvf): tbz p = tbz pack tbz x = tbz unpack (x for eXtract, like tar) tbz v = tbz verify tbz i = tbz inspect
Smart defaults: tbz archive.tza → auto-detects: verify + unpack tbz ./src → auto-detects: pack
Modules§
- tibet_
zip - TIBET-ZIP format support — handles ZIP+MANIFEST.json archives created by TBZ Desktop (Tauri app).