todo(todo.txt-cli, todo.txt and nostr)? #435
Replies: 1 comment
|
I'm not entirely sure how I ended up on this thread but I'm all for avoiding a dependency on Dropbox, Google Drive, etc. Personally, I've been using I've also heard Syncthing can work well. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not entirely sure how I ended up on this thread but I'm all for avoiding a dependency on Dropbox, Google Drive, etc.
Personally, I've been using
gitto synchronize mytodo.txt. There used to be a project called SparkleShare that I used, but it's basically justwhile true; do git commit -am "Snapshot"; git pull --rebase; git push; sleep 60; done. And of course, you can host your owngitrepository very simply. I don't know if any of this can work well on iOS, but there are a few ways of makinggitplay nice with Android.I've also heard Syncthing can work well.