π¦ ClawHub
Qjzd Nav Cli Operations
by @nqdy666
Use when managing QJZD Nav backups, restore, and site settings including uploading background images, logos, and favicons.
βοΈ Configuration
Get current settings:
qjzd-nav settings get
qjzd-nav settings get --json
Update settings:
qjzd-nav settings update --site-title "My Nav" --site-subtitle "Links"
qjzd-nav settings update --logo-icon "i-lucide-star"
qjzd-nav settings update --background-overlay 50
qjzd-nav settings update --show-shortcut-hints --show-edit-button
Upload file (background, logo, or favicon):
# Upload and set as background image (default overlay: 20%)
qjzd-nav settings upload --type background --file ./bg.jpgUpload and set as logo
qjzd-nav settings upload --type logo --file ./logo.pngUpload and set as favicon
qjzd-nav settings upload --type favicon --file ./favicon.ico
Supported file types:
π Constraints
backup import only supports JSON format, not ZIP.--background-overlay defaults to 20%.--json for automation and scripts.TERMINAL
clawhub install qjzd-nav-cli-operations