NAME
rexi — Terminal UI for Regex Testing
SYNOPSIS
pip install rexiINFO
DESCRIPTION
Terminal UI for Regex Testing
README
rexi is a simple yet powerful CLI tool designed for developers, data scientists, and anyone interested in working with regular expressions directly from the terminal.
Built with Python and leveraging the textual library, rexi offers a user-friendly terminal UI to interactively work with regular expressions.

Features
- Interactive UI: Built on top of the
textuallibrary, providing a clean and intuitive interface to work with. - Regex Evaluation: Supports evaluating regular expressions using either
matchorfinditermodes, allowing users to select the most suitable method for their needs. - Real-time Feedback: Instantly see how your regular expression patterns match or find iterations over your input, enhancing learning and debugging experiences.
- Easy to Use: Get started quickly with a simple command.
rexireads input directly from stdin, streamlining the process of testing regular expressions.
Installation
pip install rexi
Usage
cat /etc/hosts | rexi
Once the UI is open, you can:
- Write a Regex Pattern: Enter your regex pattern in the designated input area.
- Choose a Mode: Select either
matchorfinditerto apply your regex pattern. - View Results: See the marked output based on your regex pattern and selected mode in real-time.
Contributing
We welcome contributions from the community! Whether it's adding new features, fixing bugs, or improving documentation, your help is appreciated. Please see our contribution guidelines for more information on how to contribute to rexi.
rexi is here to make working with regular expressions in the terminal an easy and interactive experience. Try it out and see how it can streamline your regex testing and learning process!
License
This project is licensed under the terms of the MIT license.
