Skip to content

Instantly share code, notes, and snippets.

@bhoggard
Created May 22, 2019 14:44
Show Gist options
  • Save bhoggard/8ee0746b6e071f1a5f0101be35bd945c to your computer and use it in GitHub Desktop.
Save bhoggard/8ee0746b6e071f1a5f0101be35bd945c to your computer and use it in GitHub Desktop.
output format for jrnl updates
jrnl -from yesterday --export json | jq .entries[].title -r | awk '{print "- "$0}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment