scooter

Interactive find and replace tool for terminal-based text editing

brewmacoslinux
Try with needOr install directly
Source

About

Interactive find and replace in the terminal

Commands

scooter

Examples

Find and replace text in a file interactively$ scooter -f filename.txt
Search for a pattern and interactively replace occurrences$ scooter -s 'old_text' -r 'new_text' filename.txt
Find and replace across multiple files in current directory$ scooter -s 'pattern' -r 'replacement' *.txt