Emacs package of the day: multi-compile https://github.com/ReanGD/emacs-multi-compile Great if there are multiple compile commands you run frequently.
miniblog.
Related Posts
I'm increasingly treating terminal sessions as short lived: starting a fresh terminal tab keeps scrollback short and easy to search.
I'd love to have a terminal emulator that allows me to skip over output of specific verbose commands when searching.
I'm experimenting with Atuin for searching my terminal history: https://atuin.sh/
Previously I'd just used fzf to find items, which does work nicely. Occasionally I *really* want to search "commands which were run in this directory" though, which Atuin offers.
It is remarkably hard to escape command line arguments safely on Windows, and the standard libraries of multiple languages have needed patching: