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 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:
I'm writing an experimental PL and I want to exercise it on real programs asap. These need to be useful (so I actually try them), but simple (my PL is unfinished).
My current ideas:
* A git fuzzy branch switcher (shell commands)
* dotfiles sync (filesystem access)
Suggestions?