Skip to content

add explore regex command#16910

Merged
fdncred merged 3 commits into
nushell:mainfrom
fdncred:add_explore_regex_command
Oct 23, 2025
Merged

add explore regex command#16910
fdncred merged 3 commits into
nushell:mainfrom
fdncred:add_explore_regex_command

Conversation

@fdncred
Copy link
Copy Markdown
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 Indicates Ready for Release notes notes:additions Noted in "Additions" section labels Oct 21, 2025
@fdncred fdncred merged commit 8c8521d into nushell:main Oct 23, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-command notes:additions Noted in "Additions" section notes:ready Indicates Ready for Release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant