Homebrew tap for DigitalTolk tooling — both Casks (desktop apps) and Formulae (CLI tools).
brew install DigitalTolk/tools/exThe ex cask installs the Apple Silicon macOS DMG from
DigitalTolk/ex-electron.
Upgrades use normal Homebrew cask behavior:
brew update
brew upgrade DigitalTolk/tools/exbrew install DigitalTolk/tools/exec-ecsexec-ecs is a Go CLI from DigitalTolk/exec-ecs
that wraps aws ecs execute-command with an interactive picker.
scripts/update-ex-cask.rbreads the latestDigitalTolk/ex-electronrelease and updatesCasks/ex.rbwith the new version and SHA-256 digest. A scheduled GitHub Action runs it every six hours and opens a PR when the cask changes.scripts/update-exec-ecs-formula.rbreads the latestDigitalTolk/exec-ecsrelease and updatesFormula/exec-ecs.rbwith the new version and SHA-256 digests. A scheduled GitHub Action runs it every six hours and opens a PR when the formula changes.
CI runs brew style and brew audit --strict --online against every
Casks/*.rb and Formula/*.rb on pull requests and pushes to main.