<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Automation on tigger.dev</title><link>https://tigger.dev/tags/automation/</link><description>Recent content in Automation on tigger.dev</description><generator>Hugo</generator><language>en-gb-oed</language><copyright>© Tadhg O'Brien</copyright><lastBuildDate>Sun, 01 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tigger.dev/tags/automation/index.xml" rel="self" type="application/rss+xml"/><item><title>A file renaming tool for humans</title><link>https://tigger.dev/smart-rename/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://tigger.dev/smart-rename/</guid><description>&lt;p&gt;
I deal with a lot of PDFs. Medical invoices, insurance correspondence, bank statements, tax documents—they all arrive with names like &lt;code class="verbatim"&gt;e134-a1cf-4b4b-af65-ccf83c5270cb.pdf&lt;/code&gt; or &lt;code class="verbatim"&gt;Document(3).pdf&lt;/code&gt; or, my personal favourite, &lt;code class="verbatim"&gt;scan.pdf&lt;/code&gt;. Every. Single. Time.&lt;/p&gt;
&lt;p&gt;
So I started renaming files to something like &lt;code class="verbatim"&gt;2025-09-30-125.00-rahona-clinic.pdf&lt;/code&gt;. Now I know what it is without opening the thing - an invoice, with the date and amount right there in the name. I&amp;#39;m halfway to the spreadsheet already. And thanks to ISO date format, they sort nicely too.&lt;/p&gt;</description></item><item><title>Bulk delete bookmarks in Microsoft Word</title><link>https://tigger.dev/microsoft-word-delete-bookmarks/</link><pubDate>Tue, 22 Apr 2025 03:26:57 +0100</pubDate><guid>https://tigger.dev/microsoft-word-delete-bookmarks/</guid><description>&lt;p&gt;
When I convert from orgmode to Word via Open Document format, I often find the document is littered with superfluous bookmarks. These don&amp;#39;t really do much of anything in Word, but if you share it further and someone opens it with Google Workspace vis Gmail or Google Drive, you find the doc has become a big ugly morass where you can barely read the doc. Thanks Google.&lt;/p&gt;
&lt;p&gt;
In Word&amp;#39;s Developer tab, click on Visual Basic to open the VBA editor. In the editor, go to Insert &amp;gt; Module to create a new module. Then add the following code:&lt;/p&gt;</description></item><item><title>Auto-Deploy Hugo from Github</title><link>https://tigger.dev/deploy-linode-github-actions/</link><pubDate>Sun, 16 Mar 2025 10:17:46 +0000</pubDate><guid>https://tigger.dev/deploy-linode-github-actions/</guid><description>&lt;p&gt;
GitHub is pretty good with &lt;a href="https://github.com/marketplace/actions/deploy-to-github-pages"&gt;out-of-box options for auto-deploying Hugo or Jekyll sites to GitHub Pages&lt;/a&gt;. But say you have your own VPS (e.g. Linode) - you can still take advantage of GitHub Actions which is a surprisingly versatile piece of CI/CD automation to rival anything you can do on the big cloud providers.&lt;/p&gt;
&lt;p&gt;
Or, if you just want to deploy to GitHub Pages, the out-of-box workflows that GitHub will create for you in the UI will hard-code a few things that you really don&amp;#39;t want hard-coded, such as the Hugo version (you always want to take advantage of the most recent dot-release, for security reasons if nothing else.) I have provided an example below that should remedy this issue.&lt;/p&gt;</description></item></channel></rss>