Regex Terminal Tools
Regular expressions (regex), evolving from formal language theory in the 1950s, have become essential for pattern matching and text manipulation in computing.
Their integration into Unix systems solidified their role in terminal tools, aiding in complex text searches and data parsing.
Below is a list of terminal tools that work with regex.
- desed - Demystify and debug your sed scripts, from the comfort of your terminal.
- grex - generate regular expressions from user-provided test cases.
- sd - Intuitive find & replace CLI (sed alternative)
- renux - A terminal-based bulk file renamer with a TUI.
- rexi - A terminal UI for regex testing.
- scooter - Interactive find and replace in the terminal.
- ripgrep - A recursive directory search tool using regex patterns.
- rgx - A terminal regex tester with real-time matching and multi-engine support.
- trex - A terminal app for RegEx visualization, 🦖 roar!
- srgn - A syntax‑aware grep alternative with code edits.
- tori - A TUI for multi-server Docker and host monitoring over SSH.
Know any Regex based terminal tools that would be good for this list? Post a Tool here!