aureliojargas / txt2regex

Regex wizard for the terminal, written in Bash
https://aurelio.net/projects/txt2regex/
GNU General Public License v2.0
182 stars 26 forks source link

zsh #14

Open nanabaahgyan opened 1 year ago

nanabaahgyan commented 1 year ago

Hi, it does not seem to work on zsh. Only Bash?

aureliojargas commented 1 year ago

Hi @nanabaahgyan,

Yes, only Bash. This script relies on Bash builtin commands and features (no external system commands are used), so it's unlikely it will work in other shells.