# 使用 Homebrew 安装 cig

查看 cig 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:cig
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install cig
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:cig
- **软件包管理器:** Homebrew
- **版本:** 0.1.5
- **来源摘要:** CLI app for checking the state of your git repositories
- **主页:** <https://github.com/stevenjack/cig>
- **仓库:** <https://github.com/stevenjack/cig>
- **最后更新:** 2026-07-10T17:16:34-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- cig (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.1.5
## 项目历史与用法

cig, short for Can I go?, is a Go CLI that checks a configured set of Git repositories and reports local changes or commits that need pushing.

### 项目历史

The official README describes cig as a command-line app for checking the state of Git repositories. It packages the common developer question 'can I go?' into a small status aggregator over many local repositories.

### 采用历史

The README documents Go, Homebrew on macOS, curl-based Linux installation, manual binary installation, and a Windows binary. Homebrew continues to package cig, but the available package metadata suggests a niche tool rather than broad ecosystem adoption.

### 使用方式

Users create a .cig.yaml file in their home directory mapping labels such as work or personal to directories containing Git repositories, then run cig to report repositories with pending pushes or modified files. The README also documents target and string filters.

### 为什么软件包爱好者会关心

cig is a compact example of the mid-2010s Go single-binary CLI pattern: GitHub releases, Homebrew installation, cross-platform binaries, and a tiny YAML configuration file.

### 时间线

- 2015: Official repository and package history center on the v0.1.x Go CLI era.
- 2015: README documents Go, Homebrew, Linux, and Windows distribution paths.
- 2026: Homebrew still packages cig.

### Related projects

- Git is the underlying tool being inspected; cig is a status aggregator over local Git repositories.
- Homebrew is the main package-manager distribution surfaced in the input.

### 来源

- <https://formulae.brew.sh/formula/cig>
- <https://github.com/stevenjack/cig#readme>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.cig.yaml
- Windows: ~/Users/Steven Jack/.cig.yaml

## Combined YAML source

View the package source record on GitHub. [combined/cig.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cig.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
