Homebrew formulae for Inxbit projects.
Install a formula directly:
brew install inxbit/tap/prismtty
brew install inxbit/tap/pinghueOr tap this repository first:
brew tap inxbit/tap
brew install prismtty
brew install pinghue| Formula | Description | Upstream |
|---|---|---|
pinghue |
Colored, concurrent ICMP/TCP ping monitor for the terminal | https://github.com/inxbit/pinghue |
prismtty |
Fast terminal highlighter focused on network devices and Unix administration | https://github.com/inxbit/prismtty |
pinghue works out of the box for TCP checks:
pinghue -p 443 example.comICMP mode may need extra privileges on Linux. Run the built-in doctor for exact guidance:
pinghue --checkprismtty installs the main command plus the short aliases ptty and ct:
prismtty --version
ptty --help
ct --helpThe formula also installs shell completions for Bash, Fish, and Zsh, plus the bundled syntax profiles.
Quick smoke test:
printf '192.0.2.1 down\n' | prismtty --profile genericPublished artifacts currently cover macOS Apple Silicon, macOS Intel, and Linux x86_64.