See tags:
jq -r '.tags[]' .tags
Filter notes by tag:
jq -r '.notes[] | select(.tags[] == "concurrency") | .path' .tags
See the 5 most recently modified posts:
git ls-files | xargs -I{} git log -1 --format="%aI {}" {} | sort -nr | head -n 5
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|