Remix.run Logo
krupan 3 days ago

Just FYI, dired without any configuring or customizing is pretty rad, especially with wdired-mode for editing filenames. You don't need to read this blog post to benefit from it.

Also, wgrep-mode for editing files is amazing

TacticalCoder 3 days ago | parent [-]

> Also, wgrep-mode for editing files is amazing

Emacs is amazing: I'm using it since the nineties and I've got quite the custom config. I've got zero clue has to what wgrep-mode is.

minikomi 3 days ago | parent [-]

wgrep-mode lets you collect matches from `grep` or `rg` into an editable buffer. Once you’ve finished editing, it propagates the changes back to the original files.