TReX is a TUI (Text User Interface) tool designed for writing and visualizing Regular Expressions (RegEx). Developed in Go, TReX features a keyboard-driven interface that allows users to create and test RegEx patterns effectively.
Before you begin, ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/samyakbardiya/trex.git cd trex
-
Build the application:
go install go build
-
Verify the installation:
./trex --help ./trex --version
-
Simply open and start RegEx-ing
./trex
-
Or, bring-your-own file
./trex file.txt