Skip to main content

Crate tibet_zip_cli

Crate tibet_zip_cli 

Source
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 -o output.tza Create a TBZ archive tbz unpack <archive.tza> Extract via TIBET Airlock tbz verify <archive.tza> Validate without extracting tbz inspect <archive.tza> Show manifest and block info tbz keygen -o Generate Ed25519 keypair (v2) tbz init Generate .jis.json for current repo

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).

Functions§

run