Fish shell

One upside of installing GhostBSD is that I have been introduced to the fish shell. Fish is an alternative to the bash shell. It turns out it is quite nice! I suppose I could have found this sooner, but I have never gone looking for a new shell, because bash is, well, so ubiquitous that… Continue reading Fish shell

Published
Categorized as shell

Further into GitHub Actions

Since my last post, I’ve been moving more things over to GitHub Actions. It has been an interesting journey. Some things are pretty straightforward to port from PythonAnywhere Tasks. Others have puzzled me a bit more. As an example of the latter, I wanted to set up my rss-to-mastodon bot as a GitHub Action. It’s… Continue reading Further into GitHub Actions