macOS
brew install idsgreplocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für idsgrep in AI-Agent-Workflows.
Installation
brew install idsgreplocal Homebrew formula metadata
Überblick
Grep for Extended Ideographic Description Sequences
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
idsgrep | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://tsukurimashou.org/idsgrep.php.en
Installationsmetadaten
| Paketschlüssel | brew:idsgrep |
|---|---|
| Version | 0.6 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/idsgrep |
| Homepage | https://tsukurimashou.org/idsgrep.php.en |
| Repository | http://svn.osdn.net/svnroot/tsukurimashou/trunk/idsgrep |
| Upstream-Dokumentation | https://tsukurimashou.org/idsgrep.pdf |
| Lizenz | GPL-3.0-only |
| Quellarchiv | https://tsukurimashou.org/files/idsgrep-0.6.tar.gz |
| Build-Abhängigkeiten | cmake |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.