Skip to content
Discussion options

You must be logged in to vote

devlog stores everything in a single JSON file, so you can sync with any file sync tool:

# Point devlog at a synced folder
export DEVLOG_DIR=~/Dropbox/.devlog

Or keep it in a git repo:

devlog --dir ~/dotfiles/.devlog add "my note"
cd ~/dotfiles && git add . && git commit -m "sync notes"

Just be careful with concurrent writes from multiple machines.

Replies: 1 comment

Comment options

adev0x
Feb 27, 2026
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by adev0x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant