lists.sh hacks: automated ~/Lists publishing

A dependency free (using built-in Linux distribution tools, that is) mechanism to automatically publish *.txt changes when I edit them. In a nutshell, this script will use a couple of systemd user units to scp .txt files when there are changes in $HOME/Lists. Desktop notifications when the content is updated remotely are also enabled (optinally disabled). An up to date version of the script can be found here. #!/bin/bash # # Automatically scp files to https://lists....

May 18, 2022