TReX 🦖

Terminal regex visualization and testing tool. Keyboard-driven interface for writing and experimenting with regular expressions with real-time feedback.

Usage

trex              # open interactive TUI
trex file.txt     # test patterns against a specific file
trex --help