← 返回
开发者工具

Archive/Compression Assistant

Handle archive/compression tasks including compressing, extracting, archiving, packaging, listing contents, and viewing files. Supports formats: zip, tar, gz...
处理压缩归档任务,支持压缩、解压、打包、列目录及查看文件。支持 zip、tar、gz 等格式。
lunrenyi
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 536
下载
💾 7
安装
1
版本
#latest

概述

x zuz - Archive/Compression Assistant

Prerequisites

  1. Load x-cmd before use:

```bash

. ~/.x-cmd.root/X

```

  1. x-cmd not installed? → data/install.md

Core Functions

  • Compress: x z
  • Extract: x uz [destination]
  • List contents: x zuz ls

Usage Examples

Compress files and directories

x z output.zip file1.txt file2.txt dir/
x z archive.tar.xz myfolder/
x z backup.tar.gz ./src/*

Extract archives

x uz archive.zip
x uz archive.tar.xz ./target_dir/
x uz file.7z /tmp/output/

List archive contents

x zuz ls archive.zip
x zuz ls archive.tar.gz

Common Scenarios

  • Backup packaging: x z backup.tar.xz ./important_files/
  • Extract downloaded file: x uz downloaded.zip
  • View archive contents: x zuz ls old_backup.tar.gz

Get Help

Run x zuz --help or x zuz -h for full help documentation.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 17:34 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Value & Environment Validator

lunrenyi
用于Shell脚本的值校验与环境检测工具。可验证输入类型(整数、浮点数、IP),比较文件时间戳,检测运行时环境...
★ 0 📥 316
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 920 📥 185,726
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 666 📥 323,783