rgx-cli 0.11.0

A terminal regex tester with real-time matching, multi-engine support, and plain-English explanations
Documentation
[
  {
    "label": "rgx: Open",
    "command": "rgx",
    "args": [],
    "tags": ["rgx"]
  },
  {
    "label": "rgx: Open with Selection",
    "command": "rgx",
    "args": ["--text", "$ZED_SELECTED_TEXT"],
    "tags": ["rgx"]
  },
  {
    "label": "rgx: Open with Pattern",
    "command": "rgx",
    "args": ["$ZED_SELECTED_TEXT"],
    "tags": ["rgx"]
  }
]