Skip to content

Add rgx — terminal regex debugger#248

Open
brevity1swos wants to merge 1 commit intoratatui:mainfrom
brevity1swos:add-rgx
Open

Add rgx — terminal regex debugger#248
brevity1swos wants to merge 1 commit intoratatui:mainfrom
brevity1swos:add-rgx

Conversation

@brevity1swos
Copy link

Description

Add rgx to the Productivity and Utilities section.

rgx is a terminal regex debugger built with ratatui + crossterm that provides:

  • Real-time matching with 3 regex engines (Rust regex, fancy-regex, PCRE2)
  • Capture group highlighting with named group support
  • Plain-English pattern explanations (regex-syntax AST walker)
  • Replace/substitution mode with live preview
  • Pattern syntax highlighting (Catppuccin palette)
  • Undo/redo, pattern history, clipboard copy
  • Mouse support (click-to-focus, scroll)
  • Whitespace visualization
  • Multi-page context-sensitive cheat sheet

Published on crates.io as rgx-cli and available via Homebrew.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant