Loading...
Loading...
Compare original and translation side by side
/
├── SKILL.md # This file - skill overview
├── INDEX_BY_NAME.md # Program index alphabetically
├── INDEX_BY_CATEGORY.md # Program index by category
├── PLATFORM_COVERAGE.md # Platform coverage statistics
├── UNIX.md # Unix/Linux usage examples
├── WINDOWS.md # Windows-specific notes
├── programs/ # Individual program documentation (155 files)
│ ├── git.md
│ ├── curl.md
│ ├── aws.md
│ ├── docker.md
│ └── ...
└── scripts/ # Helper scripts (if needed)/
├── SKILL.md # 本文件 - Skill概述
├── INDEX_BY_NAME.md # 按字母顺序排列的程序索引
├── INDEX_BY_CATEGORY.md # 按分类排列的程序索引
├── PLATFORM_COVERAGE.md # 平台覆盖统计
├── UNIX.md # Unix/Linux使用示例
├── WINDOWS.md # Windows专属说明
├── programs/ # 各程序的独立文档(共155个文件)
│ ├── git.md
│ ├── curl.md
│ ├── aws.md
│ ├── docker.md
│ └── ...
└── scripts/ # 辅助脚本(如有需要)| Variable | Value | Effect |
|---|---|---|
| | Indicates continuous integration environment, triggers non-interactive mode for many tools |
| | Prevents apt/dpkg from prompting (Debian/Ubuntu) |
| | Disables colored output (Node.js, some JS tools) |
| | Disables colored output (growing standard) |
| | Minimal terminal capabilities |
| | Sets timezone, prevents timezone prompts |
| | Unbuffered Python output |
| | Suppress Node.js warnings |
| 变量 | 值 | 作用 |
|---|---|---|
| | 表示持续集成环境,触发多款工具的非交互式模式 |
| | 阻止apt/dpkg弹出提示(Debian/Ubuntu系统) |
| | 禁用彩色输出(Node.js及部分JS工具) |
| | 禁用彩色输出(通用标准,应用范围逐渐扩大) |
| | 启用极简终端功能模式 |
| | 设置时区,避免时区相关提示 |
| | 启用Python无缓冲输出 |
| | 抑制Node.js警告信息 |