Homebrew tap for:
| Formula | Description |
|---|---|
| exex | Terminal UI for exploring ELF, Mach-O and PE binaries |
| ttysvg | Record terminal sessions as SVG animations |
brew install exex-org/tap/exex
brew install exex-org/tap/ttysvgOr tap first, then install:
brew tap exex-org/tap
brew install exex
brew install ttysvgbrew upgrade exex
brew upgrade ttysvg| OS | Architectures |
|---|---|
| macOS | arm64, x86_64 |
| Linux | arm64, x86_64 |
The exex formula installs the full build (Chroma-based syntax highlighting).
The example config is installed under $(brew --prefix)/share/exex/ and the
README.md under the formula's doc directory.
exex [-debug PATH] [-s STRING] [-o [VIEW]] <binary> [goto]
See the upstream README for full documentation, key bindings and the colour/theme schema.
ttysvg -o demo.svgSee the upstream README for full ttysvg documentation.