surely there's a smarter way

to tell emacs "hey go find this thing, semantically, *in other files too*, and replace". but until then...
This commit is contained in:
adam 2026-04-06 13:54:01 -04:00
parent c23fb08d8c
commit 2aacffe1a7

View File

@ -0,0 +1,3 @@
#!/bin/bash
sed -i "s/$1/$2/g" `rg -l "$1"`