[ Firefox searcher ] - Mon 25 May 2020

Our goal is to be able to search our Firefox history -- as well as the currently opened tabs -- from the terminal.

We are going to create two scripts, one called history_search.py to search our history, and one called switch_tabs.py to show and select from the currently opened tabs …

[ Automated git deployment ] - Thu 16 April 2020

For deploying content on this site, I've set up a git hook to generate the Pelican files. Here's the breakdown:

  1. Create a deployment directory on the production server, in my case its a directory called pelican/ containing content, theme, and configuration files.
  2. Add a bare repo to the server somewhere …