Overengineered helix --health
Interactive TUI for viewing and searching Helix editor's health information.
- Interactive search - Real-time fuzzy filtering as you type
- Non-interactive mode - Quick command-line queries
- Multiple search terms - Filter by multiple languages or tools at once
yay -S helix-health# Run directly
nix run github:gunererd/helix-health
# Run with arguments
nix run github:gunererd/helix-health python golang rustgo install github.com/gunererd/helix-health@latestgit clone https://github.com/gunererd/helix-health.git
cd helix-health
go buildLaunch the TUI:
helix-healthType to search for languages or tools. Navigate with arrow keys or Vim/Emacs shortcuts.
Query specific languages from the command line:
helix-health python
helix-health rust go typescript- Helix editor installed and available in PATH
- Go 1.21+ (for building from source)
helix-health wraps the helix --health command and provides:
- Real-time substring search across language names and tool names
- Highlighted matches in search results
- Clean, styled terminal output
MIT
