I want a to-do list app that syncs from a json file (or other human-readable data format), so that I can view and modify the file (via a CLI like jq
) from my computer too, and it would still reflect on my phone when it syncs.
Does this exist? Preferably it uses a format simple enough that makes it possible / easy to modify it via jq.
I’d add TaskPaper to this list. It’s a paid, closed-source macOS app, but the format is plain-text based and completely open. There are many other apps for other platforms that implement this format. There’s even a taskpaper-mode for Emacs.