Programming
Adding Text Selection to Bash
Powershell, as much as I like to hate on it, has a surperior line editor (PSReadLine) than that of Bash (Readline). Out of the box, it works just like most people would expect: you can press Shift + arrow keys to select a region of text. I have long wished to have this feature in Bash.
I am a big...
May 26, 2026 · 7 min read