I love your regex tui. In fact, I'm thinking about building it into nushell because it's so cool.
One thought I had was it would be cool to maintain the color selection of the regex if there's a regular expression in the regex field. I was playing around loading the Cargo.toml as the text string and doing things like (?<key>.*)(?<delim>\s=\s)(?<value>.*) and it highlights great, but when you tab to the text the highlights disappear. I was also thinking that there should be a key combination that exits but prints out the regex to the output since that's what you're tweaking in the tui.
Again, cool stuff. Keep up the good work!
I love your regex tui. In fact, I'm thinking about building it into nushell because it's so cool.
One thought I had was it would be cool to maintain the color selection of the regex if there's a regular expression in the regex field. I was playing around loading the Cargo.toml as the text string and doing things like
(?<key>.*)(?<delim>\s=\s)(?<value>.*)and it highlights great, but when you tab to the text the highlights disappear. I was also thinking that there should be a key combination that exits but prints out the regex to the output since that's what you're tweaking in the tui.Again, cool stuff. Keep up the good work!