Little programs or scripts or automations you’ve created ad-hoc to solve a particular single use case
I have lots of shortcuts i make on my phone and I have one i love that detects when bluetooth accidentally or purposefully disconnects from my speaker and reconnects it and fixes a playback glitch so its back to playing properly
I started self-hosting as a hobby and while I enjoy it, I was getting frustrated with file transfers between my computer, phone and two raspberry pi’s. Since I was already using rsync, I created a tool for myself to help sort rsync commands into sortable files.
I can now lump together those files into a single command and run several rsync commands in one go.
It’s definitely saved me some sanity by not having to refer to a wall of text full of rsync aliases.
I posted it on codeberg.
It is random code on the internet and it involves file transfers so if anyone uses it, those are the risks unless you care to read the code itself.