Skip to content
Discussion options

You must be logged in to vote

Not directly via stdin yet, but you can use command substitution:

devlog add "$(git log --oneline -5)"

Or with xargs:

echo 'my note' | xargs -I {} devlog add {}

Stdin support is planned for a future release.

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