# 使用 Homebrew 安装 gistit

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

## 安装

```sh
sudo av install brew:gistit
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install gistit
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:gistit
- **软件包管理器:** Homebrew
- **版本:** 0.1.4
- **来源摘要:** Command-line utility for creating Gists
- **主页:** <https://github.com/jrbasso/gistit>
- **仓库:** <https://github.com/jrbasso/gistit>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- gistit (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

gistit is a small C command-line utility for creating GitHub Gists from standard input or files. It overlaps with other gist uploaders but emphasizes a compiled CLI with libcurl and jansson dependencies.

### 项目历史

The repository history begins in June 2012 with an initial implementation, followed by small releases through the 0.1.x series. The README describes a console app that can create gists from piped input, a single file, or multiple files, with flags for private gists, file names, descriptions, help, and version output.

### 采用历史

gistit appears to have remained a niche uploader. Its README documents build dependencies and Homebrew installation, but the available project materials do not show the broad packaging or maintainer ecosystem seen around the older Ruby gist client.

### 使用方式

Practitioners use gistit in pipeline form, such as sending command output to a new gist, or by passing one or more file names. The README also documents anonymous gist creation by default and an account-association flow through the companion web application.

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

For package maintainers, gistit is mainly interesting as a minimal C implementation of a GitHub Gist uploader: it has few dependencies, an autotools-style build, and a command surface small enough to package without a language runtime.

### 时间线

- 2012: Initial repository history and v0.1 release.
- 2013: v0.1.1 and v0.1.2 followed with small updates.
- 2015: v0.1.3 was tagged.
- 2021: v0.1.4 was tagged.

### Related projects

- gistit is related to GitHub Gist, the Ruby gist client, libcurl, jansson, and its small companion web application.

### 来源

- <https://formulae.brew.sh/formula/gistit>
- <https://github.com/jrbasso/gistit>
- <https://github.com/jrbasso/gistit/blob/master/README.md>


## 安全说明

narrow executable package without higher-risk signals.

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


## Combined YAML source

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


## 来源

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