# 使用 Homebrew 安装 idsgrep

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

## 安装

```sh
sudo av install brew:idsgrep
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install idsgrep
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:idsgrep
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/idsgrep>
- **版本:** 0.6
- **来源摘要:** Grep for Extended Ideographic Description Sequences
- **主页:** <https://tsukurimashou.org/idsgrep.php.en>
- **仓库:** <http://svn.osdn.net/svnroot/tsukurimashou/trunk/idsgrep>
- **上游文档:** <https://tsukurimashou.org/idsgrep.pdf>
- **许可证:** GPL-3.0-only
- **源码归档:** <https://tsukurimashou.org/files/idsgrep-0.6.tar.gz>
- **已生成:** 2026-07-08T18:08:21+00:00

## 可执行文件

- idsgrep (cli)
- idsgrep (别名)

## 构建依赖

- cmake

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 0.6
- 本地数据: OK
- 上游仓库: https://tsukurimashou.org/idsgrep.php.en
- 信息: No package-manager update timestamp was available.
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

IDSgrep is a Unix-style structural search tool for Han-script character descriptions. Its home page describes it as a general tree-matching utility whose main application is querying databases of Han character structures, with a query language inspired by regular expressions and data represented as extended Ideographic Description Sequences.

The project is unusually niche but historically interesting: it asks what grep would look like if the things being searched were character-structure trees rather than lines of text.

### 项目历史

IDSgrep came from the Tsukurimashou Project, a Japanese-language font project by Matthew Skala. The manual explains that Tsukurimashou's glyphs were implemented in MetaPost-like code whose structure mirrored character appearance, creating a practical need to find other characters that reused the same visual components.

The manual frames the tool as a response to limitations in radical-and-stroke, SKIP, Four Corners, multi-radical, handwriting, and GUI dictionary search methods. IDSgrep made those searches scriptable and composable on the command line.

The published manual carries copyright years 2012, 2013, 2014, 2015, and 2021. Its 2021 notes explain that version 0.6 was released after version 0.5 to show continued maintenance, refresh bundled data, and fix standalone packaging problems.

### 采用历史

Adoption appears narrow and specialized: CJK font development, dictionary data work, Unicode IDS experiments, and command-line users who need structural character queries. The Homebrew formula packages it with CHISE data and tests it by querying character decomposition data.

IDSgrep's home page says it can include or generate dictionary data from Tsukurimashou, KanjiVG, CHISE, and EDICT2, so its adoption story is tied to those data projects more than to a large standalone application ecosystem.

### 使用方式

IDSgrep is invoked much like grep: users provide a structural pattern and one or more input files, or use default dictionaries. Patterns can match literal characters, subtrees, wildcards, Boolean operators, regular expressions over meanings, and Unicode Ideographic Description Characters.

The tool is useful when a user knows a character's visual parts but not its code point, pronunciation, radical, or stroke count. It can also support font authors looking for existing glyph components or unimplemented characters that could share construction patterns.

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

IDSgrep is a classic package-manager curiosity: a tiny CLI with deep domain knowledge, binding together Unicode, CJK lexicography, font production, and Unix text-filter habits.

It is also a reminder that grep-like interfaces are not limited to flat text. IDSgrep packages a tree matcher and domain datasets as a command-line utility, which makes it unusually powerful for a problem most users only encounter through dictionary GUIs.

### 时间线

- 2012: IDSgrep manual copyright coverage begins.
- 2014: Version 0.5 is referenced by the manual as the earlier release before the later maintenance gap.
- 2021-03-30: Version 0.6 tarball is published on the project site.
- 2021: Version 0.6 refreshes bundled data and packaging.
- 2023-10-26: The manual identifies itself as version 0.7pre.

### Related projects

- Tsukurimashou is the parent project and original motivating use case.
- KanjiVG, CHISE, EDICT2, Unicode Ideographic Description Sequences, and traditional Unix grep are the closest related data sources and conceptual neighbors.

### 来源

- <http://svn.osdn.net/svnroot/tsukurimashou/trunk/idsgrep>
- <https://formulae.brew.sh/formula/idsgrep>
- <https://tsukurimashou.org/idsgrep.pdf>
- <https://tsukurimashou.org/idsgrep.php.en>


## 安全说明

narrow executable package without higher-risk signals.

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

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** idsgrep
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## 相关链接

- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/zh-hans/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Database and data packages](https://www.automicvault.com/zh-hans/pkg/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [cmake](https://www.automicvault.com/zh-hans/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [carrot2](https://www.automicvault.com/zh-hans/pkg/brew/carrot2/) - Shares av.db curated category or tags: cli, data, search.
- [hyperestraier](https://www.automicvault.com/zh-hans/pkg/brew/hyperestraier/) - Shares av.db curated category or tags: cli, data, search, unicode.
- [jless](https://www.automicvault.com/zh-hans/pkg/brew/jless/) - Shares av.db curated category or tags: cli, data, search.
- [meilisearch](https://www.automicvault.com/zh-hans/pkg/brew/meilisearch/) - Shares av.db curated category or tags: cli, data, search.
- [opensearch-dashboards](https://www.automicvault.com/zh-hans/pkg/brew/opensearch-dashboards/) - Shares av.db curated category or tags: cli, data, search.
- [pgroonga](https://www.automicvault.com/zh-hans/pkg/brew/pgroonga/) - Shares av.db curated category or tags: cli, data, search.
- [solr](https://www.automicvault.com/zh-hans/pkg/brew/solr/) - Shares av.db curated category or tags: cli, data, search.
- [sonic](https://www.automicvault.com/zh-hans/pkg/brew/sonic/) - Shares av.db curated category or tags: cli, data, search.
- [tokyo-dystopia](https://www.automicvault.com/zh-hans/pkg/brew/tokyo-dystopia/) - Local package facts share a topical domain. Shared terms: cli, data, search, text, unicode.

## Combined YAML source

View the package source record on GitHub. [combined/idsgrep.yml](https://github.com/automic-vault/db/blob/main/combined/idsgrep.yml)


## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- cross-ecosystem install command graph
