Skip to content

Conversation

@fdncred
Copy link
Contributor

@fdncred fdncred commented Oct 21, 2025

The PR adds a new command to the explore family, explore regex.

Release notes summary - What our users need to know

The new explore regex command is meant to provide a TUI for exploring regular expressions and visualizing the results in real time. You can pipe text into the command and that text becomes the "test string" that the regular expressions run on. You can also start it up without piping anything into it and manually type the "test string" and then the regex. You can use the tab key to switch between panes. The arrow keys work to navigate as we as the page up and page down keys, home, and end.
explore-regex

Tasks after submitting

@fdncred fdncred added new-command notes:ready The "Release notes summary" section of this PR is ready to be included in our release notes. notes:additions Include the release notes summary in the "Additions" section labels Oct 21, 2025
@fdncred fdncred merged commit 8c8521d into nushell:main Oct 23, 2025
17 checks passed
@github-actions github-actions bot added this to the v0.109.0 milestone Oct 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-command notes:additions Include the release notes summary in the "Additions" section notes:ready The "Release notes summary" section of this PR is ready to be included in our release notes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant