fish(2/0)
Test your namecheap API
My Let’s Encrypt SSL cert was accidentally expired. It’d been updated, but certbot created a new cert instead of updating the existing one. I don’t know why. Anyways. This led me to explore how I might automate this and viola, trwnh has done it! Before you plug in trwnh’s Python script, however, maybe you just want to check out the API for yourself? Here’s a fish script to do it.…
Configure fish shell for python
In software tools I gravitate towards simplicity, then ubiquity. The fish shell has those priorities in the perfect order. But if you use it for working with Python virtualenvs, you’ll find it’s not ready. This is probably because virtualenv has poor support for anything but bash, but I don’t know for sure. The problem lies in the activation script. While you’re average shell can just run venv/bin/activate and you’re in, fish has two obstacles.…