Acture / homebrew-ac
A Homebrew tap for a few utilities worth keeping sharp.
Not a giant toolbox. Just a few tools that do their work cleanly.
brew tap acture/ac
brew install glyphweaveDirect installs also work: brew install acture/ac/<formula>.
Shape-aware SVG word clouds for reports, demos, and other places where plain text should end up as something inspectable.
Install: brew install glyphweave
Upstream: Acture/glyphweave
glyphweave \
--text "ACTURE" \
--word-file words.txt \
--algorithm fast-grid \
--seed 7 \
--output cloud.svgbefore
张三
李四
王五
after
李四
王五
张三
Sort Chinese text by pinyin or stroke count for publishing, cleanup, and other workflows that need a stable order.
Install: brew install hanzi-sort
Upstream: Acture/hanzi-sort
A durable CLI/daemon for paperreview.ai submission and review retrieval when the workflow needs persistent state, explicit retries, and local artifacts.
Install: brew install reviewloop
Upstream: Acture/review-loop
$ reviewloop status --json
[]Turn CSV, JSON, YAML, TOML, or XLSX into Typst-ready data when a document pipeline needs one less manual step.
Install: brew install d2typ
Upstream: Acture/d2typ
$ d2typ examples/d2typ/input.json -o out.typ
$ cat out.typ
#let data = {count: 3, items: [svg, typst, pinyin], ready: true}This tap stays small on purpose. The formulae here do narrow jobs, produce output that can be checked quickly, and keep installation boring.
- Tracks tagged upstream releases.
- CI audits the tap and verifies the stable install set.
- Smoke tests validate real output, not just
--version.
This tap is distributed under the AGPL-3.0-only license.
