An open API service indexing awesome lists of open source software.

https://github.com/f01c33/rx

Regex eXplorer, allows you to test your regexes with live-reload
https://github.com/f01c33/rx

cli regex regex-util regexp tui

Last synced: 5 months ago
JSON representation

Regex eXplorer, allows you to test your regexes with live-reload

Awesome Lists containing this project

README

          

# Regex eXplorer (rx)

#### Instalation
```bash
go install github.com/f01c33/rx@main
```

#### Usage
```bash
rx
```

Press tab to switch between regex and text to match.

#### Example
![demo.gif](./demo.gif)