{"id":26895174,"url":"https://github.com/funnyzak/cli-cheatsheets","last_synced_at":"2025-09-18T13:09:30.224Z","repository":{"id":285366072,"uuid":"957812989","full_name":"funnyzak/cli-cheatsheets","owner":"funnyzak","description":"提供一个集中化的命令行工具速查表仓库，通过简单的 Shell 脚本 cheatsheet.sh，你可以快速查询和查看各种常用命令的速查表，无论是本地执行还是远程调用都非常方便。","archived":false,"fork":false,"pushed_at":"2025-03-31T09:55:12.000Z","size":260,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T10:34:38.960Z","etag":null,"topics":["bash","cheatsheet","cheatsheets-hub","linux","mac","shell"],"latest_commit_sha":null,"homepage":"https://cs.yycc.dev","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/funnyzak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-31T07:11:32.000Z","updated_at":"2025-03-31T09:35:34.000Z","dependencies_parsed_at":"2025-03-31T10:44:44.543Z","dependency_job_id":null,"html_url":"https://github.com/funnyzak/cli-cheatsheets","commit_stats":null,"previous_names":["funnyzak/cli-cheatsheets"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyzak%2Fcli-cheatsheets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyzak%2Fcli-cheatsheets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyzak%2Fcli-cheatsheets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyzak%2Fcli-cheatsheets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funnyzak","download_url":"https://codeload.github.com/funnyzak/cli-cheatsheets/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246569008,"owners_count":20798341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","cheatsheet","cheatsheets-hub","linux","mac","shell"],"created_at":"2025-04-01T01:54:21.539Z","updated_at":"2025-09-18T13:09:30.209Z","avatar_url":"https://github.com/funnyzak.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Command-Line Cheatsheets \n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![GitHub Stars](https://img.shields.io/github/stars/funnyzak/cli-cheatsheets?style=flat)](https://github.com/funnyzak/cli-cheatsheets/stargazers)\n[![GitHub Last Commit](https://img.shields.io/github/last-commit/funnyzak/cli-cheatsheets?style=flat)](https://github.com/funnyzak/cli-cheatsheets/commits/main)\n\n**cli-cheatsheets** 是一个集中化的命令行工具速查表仓库，通过简单的 Shell 脚本，快速查询和查看各种常用命令速查表。\n\n## 📋 特性\n\n- **丰富的速查表:** 涵盖 Android, Build Tools, Database, Media, Network, Package Managers, Runtime, System, Tools, Web Servers 等多个类别，持续更新和扩充。\n- **快速查询:** 通过简单的命令即可查看指定工具的速查表。\n- **别名支持:** 方便配置 Bash/Zsh/Fish 别名，实现更快速的调用。\n- **简单易用:** 脚本简洁明了，操作简单直观。\n- **多系统支持:** 兼容 Linux 和 macOS 系统。\n\n![交互式命令行界面](https://github.com/user-attachments/assets/74aea647-0aff-4f4e-b650-c6c7ca39318c)\n\n\n## 🚀 使用方法\n\n1. **配置别名 (可选)**: 为了更快速地调用速查表，建议配置 Shell 别名。\n2. **远程使用**: 无需下载项目，直接通过 `curl` 命令远程执行脚本。\n3. **本地使用**: 下载项目后，赋予执行权限并运行脚本。\n\n直接使用 `curl` 命令远程执行脚本：\n\n```bash\ncurl https://cs.yycc.dev | bash -s -- git\n# 或者 显示所有支持的命令速查表\ncurl https://cs.yycc.dev | bash -s -- -l\n```\n\n或者使用 `wget` 命令：\n\n```bash\nwget -qO- https://cs.yycc.dev | bash -s -- git\n```\n\n\u003e 以上`URL`是一个短地址，实际指向的是 [`/get-cheatsheet.sh`](https://github.com/funnyzak/cli-cheatsheets/blob/main/get-cheatsheet.sh)，你可以在分支 [`gh-pages`](https://github.com/funnyzak/cli-cheatsheets/tree/gh-pages) 中找到它。\n\u003e 你也可以直接使用 [`https://raw.githubusercontent.com/funnyzak/cli-cheatsheets/main/cheatsheet.sh`](https://raw.githubusercontent.com/funnyzak/cli-cheatsheets/main/cheatsheet.sh) 进行远程执行。\n\u003e 国区可以使用`Gitee` 的镜像地址： [`https://gitee.com/funnyzak/cli-cheatsheets/raw/main/cheatsheet.sh`](https://gitee.com/funnyzak/cli-cheatsheets/raw/main/cheatsheet.sh)。\n\n### 1. 配置别名 (Bash/Zsh/Fish)\n\n为了更快速地调用速查表，建议配置 Shell 别名。\n\n#### Bash/Zsh\n\n将以下代码添加到你的 `~/.bashrc` 或 `~/.zshrc` 文件中：\n\n```bash\nalias cs='() { curl -s https://raw.githubusercontent.com/funnyzak/cli-cheatsheets/refs/heads/main/cheatsheet.sh | bash -s -- \"$@\" }'\n```\n\n`Gitee` 镜像地址：\n```bash\nalias cs='() { curl -s https://gitee.com/funnyzak/cli-cheatsheets/raw/main/cheatsheet.sh | CLI_CHEATSHEET_REGION=cn bash -s -- \"$@\" }'\n```\n\n使用如下命令查看速查表：\n\n```bash\n# 显示GIT速查表\ncs git\n# 显示所有支持的命令速查表\ncs -l\n# 帮助\ncs -h\n```\n\n\n\u003cdetails\u003e\n\u003csummary\u003e让别名支持交互式菜单\u003c/summary\u003e\n  如果你希望别名支持交互式菜单，可以使用以下命令：\n\n  ```bash\n  alias cs='() {\n    local tmpfile=$(mktemp)\n    curl -sSL \"https://raw.githubusercontent.com/funnyzak/cli-cheatsheets/refs/heads/main/cheatsheet.sh\" -o \"$tmpfile\" \u0026\u0026 chmod +x \"$tmpfile\" \u0026\u0026 \"$tmpfile\" \"$@\" \u0026\u0026 rm -f \"$tmpfile\"\n  }'\n  ```\n  配置完成后，然后执行 `source ~/.bashrc` 或 `source ~/.zshrc` 使配置生效。\n\n\n  如果不方便访问 `raw.githubusercontent.com`，可以使用以下命令，使用 `Gitee` 的镜像地址：\n\n  ```bash\n  alias cs='() {\n    local tmpfile=$(mktemp)\n    curl -sSL \"https://gitee.com/funnyzak/cli-cheatsheets/raw/main/cheatsheet.sh\" -o \"$tmpfile\" \u0026\u0026 chmod +x \"$tmpfile\" \u0026\u0026 CLI_CHEATSHEET_REGION=cn \"$tmpfile\" \"$@\" \u0026\u0026 rm -f \"$tmpfile\"\n  }'\n  ```\n\u003c/details\u003e\n\n#### Fish\n\n将以下代码添加到你的 `~/.config/fish/config.fish` 文件中：\n\n```fish\nfunction cs\n  curl -sSL https://raw.githubusercontent.com/funnyzak/cli-cheatsheets/refs/heads/main/cheatsheet.sh | bash -s -- $argv\nend\n```\n\n然后执行 `source ~/.config/fish/config.fish` 使配置生效。\n\n**配置别名后，你就可以使用 `cs` 命令快速访问速查表了：**\n\n```bash\ncs git\ncs docker\ncs # 交互式菜单\n```\n\n### 2. 远程使用\n\n无需下载项目，直接通过 `curl` 命令远程执行脚本：\n\n* **交互式菜单:**\n\n```bash\ncurl -s https://raw.githubusercontent.com/funnyzak/cli-cheatsheets/refs/heads/main/cheatsheet.sh -o cheatsheet.sh \u0026\u0026 chmod +x cheatsheet.sh \u0026\u0026 ./cheatsheet.sh\n```\n\n* **查看指定命令的速查表:**\n\n```bash\ncurl -s https://raw.githubusercontent.com/funnyzak/cli-cheatsheets/refs/heads/main/cheatsheet.sh | bash -s -- git\n```\n\n* **列出所有支持的命令:**\n\n```bash\ncurl -s https://raw.githubusercontent.com/funnyzak/cli-cheatsheets/refs/heads/main/cheatsheet.sh | bash -s -- -l\n```\n### 3. 本地使用(离线)\n\n1. **下载项目:**\n    ```bash\n    git clone https://github.com/funnyzak/cli-cheatsheets.git\n    cd cli-cheatsheets\n    # 后续更新可以使用\n    git pull origin main\n    ```\n    或着直接从 [`Release`](https://github.com/funnyzak/cli-cheatsheets/releases) 页面下载最新的压缩包，解压后进入目录。\n\n2. **赋予执行权限:**\n    ```bash\n    chmod +x cheatsheet.sh\n    ```\n3. **运行脚本:**\n\n    ```bash\n    # 交互式菜单 (无参数)\n    ./cheatsheet.sh\n    \n    # 查看指定命令的速查表\n    ./cheatsheet.sh git\n    ./cheatsheet.sh docker\n    ./cheatsheet.sh mongo\n    \n    # 列出所有支持的命令\n    ./cheatsheet.sh -l\n    ./cheatsheet.sh --list\n    \n    # 显示帮助信息\n    ./cheatsheet.sh -h\n    ./cheatsheet.sh --help\n    \n    # 使用自定义 URL 前缀 (高级用法)\n    # 如果你将 cheatsheets 目录部署在自定义的 Web 服务器上\n    ./cheatsheet.sh -u https://example.com/path/ git\n    ```\n\n    \u003e 注意: 如果你在本地使用，确保确保 `cheatsheet.sh` 文件具有执行权限。并且脚本同级目录下的 `cheatsheets/` 目录包含了所有速查表文件。或者你也可以在环境变量设置 `CLI_CHEATSHEET_PATH` 指向你本地的速查表文件目录。\n    \u003e 例如:\n    ```bash\n    export CLI_CHEATSHEET_PATH=\"/Users/yourname/cli-cheatsheets/cheatsheets/\"\n    ```\n\n## 目录结构\n\nCLI 速查表按类别组织在以下目录中：\n\n```text\n├── LICENSE\n├── cheatsheet.sh         # 主脚本文件\n├── cheatsheets           # 速查表目录\n│   ├── android\n│   ├── build\n│   ├── cli\n│   ├── cloud\n│   ├── container\n│   ├── data-process\n│   ├── database\n│   ├── media\n│   ├── network\n│   ├── os\n│   ├── package\n│   ├── runtime\n│   ├── security\n│   ├── version-control \n│   └── webserver\n└── get-cheatsheet.sh      # 远程获取速查表的脚本\n```\n\n## 速查表类别\n\n* **[Android](#android)**: Android 开发相关命令\n* **[Build Tools](#build-tools)**: 构建工具\n* **[CLI Tools](#cli-tools)**: 命令行工具\n* **[Cloud Tools](#cloud-tools)**: 云平台工具\n* **[Container Tools](#container-tools)**: 容器化工具\n* **[Data Process Tools](#data-process-tools)**: 数据处理工具\n* **[Database](#database)**: 数据库工具\n* **[Media](#media)**: 媒体处理工具\n* **[Network](#network)**: 网络工具\n* **[OS Commands](#os-commands)**: 操作系统命令\n* **[Package Managers](#package-managers)**: 包管理器\n* **[Runtime](#runtime)**: 运行时环境\n* **[Security](#security)**: 安全工具\n* **[Version Control](#version-control)**: 版本控制工具\n* **[Web Servers](#web-servers)**: Web 服务器\n\n---\n\n### Android\n\n(`cheatsheets/android/`) Android 开发相关命令\n\n* `adb-cheatsheet.txt`: Android Debug Bridge (ADB) 命令\n\n### Build Tools\n\n(`cheatsheets/build/`) 构建工具\n\n* `cmake-cheatsheet.txt`: CMake 构建系统命令\n* `gradle-cheatsheet.txt`: Gradle 构建工具命令\n* `mvn-cheatsheet.txt`: Maven 构建工具命令\n* `bun-cheatsheet.txt`: Bun JavaScript 运行时和包管理器命令\n* `flutter-cheatsheet.txt`: Flutter 移动应用开发框架命令\n* `webpack-cheatsheet.txt`: Webpack 模块打包工具命令\n\n### CLI Tools\n\n(`cheatsheets/cli/`) 命令行工具\n\n* `ansible-cheatsheet.txt`: Ansible 自动化工具命令\n* `helm-cheatsheet.txt`: Helm Kubernetes 包管理器命令\n* `watchman-cheatsheet.txt`: Watchman 文件监控工具命令\n\n\n### Cloud Tools\n\n(`cheatsheets/cloud/`) 云平台工具\n\n* `awscli-cheatsheet.txt`: AWS 命令行界面 (AWS CLI) 命令\n* `az-cheatsheet.txt`: Azure 命令行界面 (Azure CLI) 命令\n* `rclone-cheatsheet.txt`: Rclone 云存储同步工具命令\n* `rsync-cheatsheet.txt`: Rsync 远程文件同步工具命令\n\n\n### Container Tools\n\n(`cheatsheets/container/`) 容器化工具\n\n* `docker-cheatsheet.txt`: Docker 容器平台命令\n\n### Data Process Tools\n\n(`cheatsheets/data-process/`) 数据处理工具\n\n* `jq-cheatsheet.txt`: jq JSON 处理器命令\n* `yq-cheatsheet.txt`: yq YAML 处理器命令\n\n\n### Database\n\n(`cheatsheets/database/`) 数据库工具\n\n* `mongo-cheatsheet.txt`: mongo MongoDB 客户端命令\n* `mysql-cheatsheet.txt`: mysql MySQL 客户端命令\n* `psql-cheatsheet.txt`: psql PostgreSQL 客户端命令\n* `redis-cli-cheatsheet.txt`: redis-cli Redis 客户端命令\n\n### Media\n\n(`cheatsheets/media/`) 媒体处理工具\n\n* `ffmpeg-cheatsheet.txt`: FFmpeg 音视频处理命令\n* `imagemagick-cheatsheet.txt`: imageMagick 图像处理命令\n* `yt-dlp-cheatsheet.txt` 下载视频/音频\n\n### Network\n\n(`cheatsheets/network/`) 网络工具\n\n* `curl-cheatsheet.txt`: curl 网络请求工具命令\n* `dig-cheatsheet.txt`: dig DNS 查询工具命令\n* `frp-cheatsheet.txt`: frp 内网穿透工具命令\n* `ifconfig-cheatsheet.txt`: ifconfig 网络接口配置命令\n* `nc-cheatsheet.txt`: nc (netcat) 网络工具命令\n* `netstat-cheatsheet.txt`: netstat 网络连接状态查看命令\n* `nmcli-cheatsheet.txt`: nmcli NetworkManager 命令行工具命令\n* `nslookup-cheatsheet.txt`: nslookup DNS 查询命令\n* `ping-cheatsheet.txt`: ping 网络连通性测试命令\n* `route-cheatsheet.txt`: route 路由表管理命令\n* `scp-cheatsheet.txt`: scp 安全文件拷贝命令\n* `ssh-cheatsheet.txt`: ssh 安全 Shell 连接命令\n* `tcpdump-cheatsheet.txt`: tcpdump 网络数据包分析命令\n* `telnet-cheatsheet.txt`: telnet 远程登录命令\n* `traceroute-cheatsheet.txt`: traceroute 路由追踪命令\n* `wget-cheatsheet.txt`: wget 文件下载工具命令\n\n### OS Commands\n\n(`cheatsheets/os/`) 操作系统命令\n\n* `apt-cheatsheet.txt`: apt Debian/Ubuntu 包管理器命令\n* `awk-cheatsheet.txt`: awk 文本处理命令\n* `cat-cheatsheet.txt`: cat 查看文件内容命令\n* `chmod-cheatsheet.txt`: chmod 修改文件权限命令\n* `chown-cheatsheet.txt`: chown 修改文件所有者命令\n* `cut-cheatsheet.txt`: cut 文本列提取命令\n* `date-cheatsheet.txt`: date 显示或设置系统日期命令\n* `df-cheatsheet.txt`: df 磁盘空间使用情况命令\n* `diff-cheatsheet.txt`: diff 文件比较命令\n* `du-cheatsheet.txt`: du 磁盘使用量统计命令\n* `free-cheatsheet.txt`: free 内存使用情况命令\n* `grep-cheatsheet.txt`: grep 文本搜索命令\n* `gzip-cheatsheet.txt`: gzip 文件压缩命令\n* `history-cheatsheet.txt`: history 命令历史记录命令\n* `htop-cheatsheet.txt`: htop 交互式进程查看器命令\n* `ip-cheatsheet.txt`: ip IP 地址和网络配置命令\n* `iptables-cheatsheet.txt`: iptables Linux 防火墙命令\n* `kill-cheatsheet.txt`: kill 终止进程命令\n* `killall-cheatsheet.txt`: killall 按名称终止进程命令\n* `less-cheatsheet.txt`: less 分页文件查看器命令\n* `ln-cheatsheet.txt`: ln 创建链接命令\n* `lsof-cheatsheet.txt`: lsof 列出打开文件命令\n* `more-cheatsheet.txt`: more 分页文件查看器命令\n* `mount-cheatsheet.txt`: mount 挂载文件系统命令\n* `nano-cheatsheet.txt`: nano 文本编辑器命令\n* `operators-cheatsheet.txt`: operators Shell 操作符参考\n* `pmap-cheatsheet.txt`: pmap 进程内存映射命令\n* `ps-cheatsheet.txt`: ps 进程状态查看命令\n* `sed-cheatsheet.txt`: sed 流文本编辑器命令\n* `shutdown-cheatsheet.txt`: shutdown 系统关机命令\n* `sort-cheatsheet.txt`: sort 文本排序命令\n* `systemctl-cheatsheet.txt`: systemctl Systemd 服务管理命令\n* `tail-cheatsheet.txt`: tail 显示文件尾部命令\n* `tar-cheatsheet.txt`: tar 归档工具命令\n* `top-cheatsheet.txt`: top 动态进程查看器命令\n* `tree-cheatsheet.txt`: tree 以树形结构显示目录命令\n* `uname-cheatsheet.txt`: uname 显示系统信息命令\n* `unzip-cheatsheet.txt`: unzip 解压缩工具命令\n* `uptime-cheatsheet.txt`: uptime 系统运行时间命令\n* `vim-cheatsheet.txt`: vim 文本编辑器命令\n* `watch-cheatsheet.txt`: watch 定期执行命令命令\n* `yum-cheatsheet.txt`: yum CentOS/RHEL 包管理器命令\n* `zip-cheatsheet.txt`: zip 压缩工具命令\n* `cd_cheatsheet.txt`: cd 切换当前工作目录命令\n* `clear_cheatsheet.txt`: clear 清空终端屏幕命令\n* `cp_cheatsheet.txt`: cp 复制文件和目录命令\n* `echo_cheatsheet.txt`: echo 在终端输出文本命令\n* `find_cheatsheet.txt`: find 在文件系统中搜索文件命令\n* `head_cheatsheet.txt`: head 显示文件开头的内容命令\n* `ls_cheatsheet.txt`: ls 列出目录内容命令\n* `man_cheatsheet.txt`: man 显示命令的手册页命令\n* `mkdir_cheatsheet.txt`: mkdir 创建新目录命令\n* `mv_cheatsheet.txt`: mv 移动或重命名文件和目录命令\n* `pwd_cheatsheet.txt`: pwd 显示当前工作目录的完整路径命令\n* `rm_cheatsheet.txt`: rm 删除文件或目录命令\n* `service_cheatsheet.txt`: service 控制系统服务的启动、停止和状态命令\n* `sudo_cheatsheet.txt`: sudo 以超级用户或其他用户身份执行命令\n* `uniq_cheatsheet.txt`: uniq 报告或忽略文件中的重复行命令\n* `wc_cheatsheet.txt`: wc 统计文件中的行数、单词数和字符数命令\n* `xargs_cheatsheet.txt`: xargs 从标准输入构建和执行命令行命令\n\n\n### Package Managers\n\n(`cheatsheets/package/`) 包管理器\n\n* `apk-cheatsheet.txt`: apk Alpine Linux 包管理器命令\n* `brew-cheatsheet.txt`: brew macOS 包管理器命令\n* `cargo-cheatsheet.txt`: cargo Rust 包管理器命令\n* `composer-cheatsheet.txt`: composer PHP 依赖管理器命令\n* `gem-cheatsheet.txt`: gem RubyGems 包管理器命令\n* `npm-cheatsheet.txt`: npm Node.js 包管理器命令\n* `pacman-cheatsheet.txt`: pacman Arch Linux 包管理器命令\n* `pip-cheatsheet.txt`: pip Python 包管理器命令\n* `pipx-cheatsheet.txt`: pipx Python 独立程序包管理器命令\n* `pnpm-cheatsheet.txt`: pnpm 高性能 Node.js 包管理器命令\n* `poetry-cheatsheet.txt`: poetry Python 依赖和包管理命令\n* `uv-cheatsheet.txt`: uv 快速 Python 包安装器命令\n* `yarn-cheatsheet.txt`: yarn Node.js 包管理器命令\n\n### Runtime\n\n(`cheatsheets/runtime/`) 运行时环境\n\n* `golang-cheatsheet.txt`: golang Go 语言运行时命令\n* `java-cheatsheet.txt`: java Java 运行时命令\n* `node-cheatsheet.txt`: node Node.js 运行时命令\n* `php-cheatsheet.txt`: php PHP 运行时命令\n* `python-cheatsheet.txt`: python Python 运行时命令\n\n### Security\n\n(`cheatsheets/security/`) 安全工具\n\n* `nmap-cheatsheet.txt`: nmap 网络扫描工具命令\n* `certbot-cheatsheet.txt`: certbot Let's Encrypt 证书管理工具命令\n* `acme.sh-cheatsheet.txt`: acme.sh Let's Encrypt 证书管理工具命令\n\n### Version Control\n\n(`cheatsheets/version-control/`) 版本控制工具\n\n* `git-cheatsheet.txt`: git 版本控制系统命令\n\n### Web Servers\n\n(`cheatsheets/webserver/`) Web 服务器\n\n* `apachectl-cheatsheet.txt`: apachectl Apache 服务器控制命令\n* `caddy-cheatsheet.txt`: caddy Caddy Web 服务器命令\n* `nginx-cheatsheet.txt`: nginx NGINX Web 服务器命令\n\n\n\u003e 以上列的可能不是最新的，具体请查看 [`cheatsheets/`](cheatsheets/) 目录下的文件。\n\u003e 速查表文件名格式为 `[命令]-cheatsheet.txt`，其中 `-cheatsheet` 是固定后缀。\n\n---\n\n## 贡献\n\n欢迎大家为本项目贡献速查表、改进脚本或提出建议！\n\n**贡献速查表:**\n\n1. 在 `cheatsheets/` 目录下找到或创建相应的类别子目录。\n2. 创建 `[命令]-cheatsheet.txt` 文件，并按照清晰易读的格式编写速查表内容。\n3. 提交 Pull Request (PR) 到 `main` 分支。\n\n**其他贡献:**\n\n* 如果你发现了脚本的 Bug 或有改进建议，欢迎提交 Issue 或 PR。\n* 如果你想添加新的功能或类别，也欢迎提出讨论。\n\n请确保你贡献的速查表内容准确、清晰、易于理解。\n\n## 许可证\n\n本项目采用 [MIT License](LICENSE)。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunnyzak%2Fcli-cheatsheets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunnyzak%2Fcli-cheatsheets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunnyzak%2Fcli-cheatsheets/lists"}