v0.2.4
The simple logbook calculator was improved! ✨
find "1. Stream/Diary" -type f -name "*.md" | sort | while read -r file; do
printf "%s: " "${file}"
sparkle tact logbook calculate < "${file}"
done
It supports handling whole notes and analyzes their content.
Changelog
- 53f3884 chore: improve logbook calculation logic
- c6b2cdf tools(deps): bump github.com/sigstore/cosign/v2 in /tools
made with ❤️ for everyone by OctoLab