trex
Terminal app for regex visualization and testing
TLDR
Launch the interactive regex playground
$ trex
Load a file for regex testing$ trex -f [file]
SYNOPSIS
trex [options]
DESCRIPTION
trex is a terminal-based tool for writing, visualizing, and testing regular expressions. It displays a live regex playground where you input patterns and test strings side by side, with dynamic highlighting of matches and capture groups. It also includes a regex help menu and file loading support.
HISTORY
trex was created by Samyak Bardiya (samyakbardiya) and is written in Go.

