# 命令行场景化小工具合集 **Repository Path**: run27017/scenario_commands ## Basic Information - **Project Name**: 命令行场景化小工具合集 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-03 - **Last Updated**: 2024-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 场景化命令行工具合集 将平常遇到的一些复杂场景包装成单个命令执行。 ## 安装 依赖: - Ruby 2.5 及以上 克隆项目: ```bash $ git clone https://gitee.com/run27017/scenario_commands ~/.config/scenario-commands ``` 接下来在 shell 配置文件下添加**路径**和**自动补全**,例如 Bash 在 `~/.bashrc` 下: ```bash export $PATH=~/.config/scenario-commands:$PATH source ~/.config/scenario-commands/bash_completion ``` **已知问题:**需放在其他 `source` 补全之后。同时支持 zsh. ## License MIT