serpl

Simple terminal UI for interactive search and replace operations

brewmacoslinux
Try with needOr install directly
Source

About

Simple terminal UI for search and replace

Commands

serpl

Examples

Open interactive search and replace UI in current directory$ serpl
Search and replace in specific file with pattern matching$ serpl --file myfile.txt
Perform search and replace with regex pattern$ serpl --pattern 'old_text' --replacement 'new_text'