Skip to content

samyakbardiya/trex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TReX

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.

Prerequisites

Before you begin, ensure you have the following installed:

Installation

  • 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

Usage

  • Simply open and start RegEx-ing

    ./trex
  • Or, bring-your-own file

    ./trex file.txt

Roadmap

Authors

About

A TUI for RegEx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages