
Scripts I wrote that I use all the time
evanhahn.comI've written a number of little scripts over the years, many of which I use every day. Here's a little collection.
4 links

I've written a number of little scripts over the years, many of which I use every day. Here's a little collection.


Sync, search and backup shell history with Atuin.

GitHub Actions suggests using code like echo ... >> $GITHUB_ENV, but echo ... | tee -a $GITHUB_ENV is often better.