Automated ~/Lists publishing when changed #24
rubiojr
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
This is awesome! Thanks for sharing! I'm going to link to this discussion in the lists.sh help page. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@neurosnap I haven't found a way to remove a list/file without using the TUI. Is that something we can do? It'd be nice to improve the script so it removes remote files when files are deleted locally. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use 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
:Beta Was this translation helpful? Give feedback.
All reactions