Interactive find and replace tool for terminal-based text editing
Interactive find and replace in the terminal
scooter
$ scooter -f filename.txt
$ scooter -s 'old_text' -r 'new_text' filename.txt
$ scooter -s 'pattern' -r 'replacement' *.txt