| Project | What it does |
|---|---|
| ExEx | Executable Explorer for inspecting and understanding executable files. |
| ttysvg | Records terminal sessions as SVG animations. |
| cnvrt | An interactive CLI for file conversion. |
| snailrace | Benchmarking tool. |
From shellcell/homebrew-tap:
brew install shellcell/tap/exex
brew install shellcell/tap/ttysvg
brew install shellcell/tap/cnvrt
brew install shellcell/tap/snailraceapt, dnf and apk repositories are served from
packages.shellcell.dev, where you enable the
shellcell repository once, then install any tool by name (e.g. apt install exex). The page has copy-paste setup for each distribution.
Each tool is on the AUR as <tool> (builds from
source) and <tool>-bin (prebuilt). With an AUR helper (e.g. paru or yay):
paru -S ttysvg # or ttysvg-binEach tool can also be installed with go install, and every
release ships prebuilt binaries with man pages
and shell completions. See each project's README for details.