# x-cmd
**Repository Path**: jazz100bao/x-cmd
## Basic Information
- **Project Name**: x-cmd
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: X
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-10-17
- **Last Updated**: 2025-10-17
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[English](README.md) | 中文 | [源码](https://github.com/x-cmd/x-cmd/tree/main/mod) ⭐
在云上施展弹指神通 ~
https://x-cmd.com
|
微信公众号:oh my x
扫码关注官方微信公众号获取开源软件和 x-cmd 的最新用法与独家资讯 |
|
查看源码请移步至 main 分支 X 分支仅用于演示及构建 ⭐## [安装](https://cn.x-cmd.com/start/) 在常见 shell (bash, zsh, dash, ash) 中运行[官方安装脚本](https://github.com/x-cmd/get/blob/main/index.html) - 使用 `curl` 命令安装: ```sh eval "$(curl https://get.x-cmd.com)" ``` - 使用 `wget` 命令安装: ```sh eval "$(wget -O- https://get.x-cmd.com)" ```
| **安装指南 - 系统**: [🐧 Linux and macOS 🍎](https://cn.x-cmd.com/start/linux) | [🟦 Windows](https://cn.x-cmd.com/start/windows) | [🔴 BSD](https://cn.x-cmd.com/start/bsd) **安装指南 - 非 POSIX Shell**: [fish](https://cn.x-cmd.com/start/fish) | [Nushell](https://cn.x-cmd.com/start/nushell) | [Elvish](https://cn.x-cmd.com/start/elvish) | [Xonsh](https://cn.x-cmd.com/start/xonsh) | [tcsh](https://cn.x-cmd.com/start/tcsh) | [PowerShell](https://cn.x-cmd.com/start/powershell) **安装指南 - 包管理器**: [brew](https://cn.x-cmd.com/start/#homebrew) | [aur](https://cn.x-cmd.com/start/#homebrew) | [apt](https://cn.x-cmd.com/start/#apt) | [apk](https://cn.x-cmd.com/start/#apk) | [pacman](https://cn.x-cmd.com/start/#pacman) | [dnf](https://cn.x-cmd.com/start/#dnf) |
| 🤖 Agent | 🧠 AI |
| ```sh x claude x codex x crush ... ``` | ```sh x openai x gemini x deepseek ... ``` |
| 🖥️ 系统管理. | 📁 文件 & 存储 |
| ```sh x mac x cd x top x ps ... ``` | ```sh x zuz x ls x path x df ... ``` |
| 🫙 Git | 📦 包管理 |
| ```sh x gh x gt x gl x cb ... ``` | ```sh x env x install x brew x apt ... ``` |
| [更多模块...](https://cn.x-cmd.com/mod/) | |
| 描述 | 命令 |
|---|---|
| 交互式查看可安装的 package | x env |
| 查看已安装的 package | x env ls |
| 安装 package | x env use <package> |
| 卸载 package 回收空间 |
x env unuse <package> x env gc <package> |
| 仅在当前 Shell 安装使用 package |
x env try <package> x env untry <package> |