Skip to content
Discussion options

You must be logged in to vote

The recommended approach is to use --dir with separate directories per project:

devlog --dir ~/projects/api/.devlog add "refactored auth middleware"
devlog --dir ~/projects/frontend/.devlog add "fixed hydration bug"

You can create shell aliases for each project:

alias dl-api="devlog --dir ~/projects/api/.devlog"
alias dl-web="devlog --dir ~/projects/frontend/.devlog"

Each directory gets its own notes.json, so notes stay fully isolated.

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