Skip to content

Commit

Permalink
;just:worklogdates: update
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Feb 8, 2024
1 parent e9dd01a commit 806d84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ WORKLOG := "../../notes/CLOUD/hledger.md"

# Show dates logged in hledger work log.
@worklogdates:
awk "/^## Journal/{p=1;next};/^## /{p=0};p" $WORKLOG | rg '^#### (\d{4}-\d{2}-\d{2})' -or '$1'
awk "/^## Log/{p=1;next};/^## /{p=0};p" $WORKLOG | rg '^#### (\d{4}-\d{2}-\d{2})' -or '$1'

# Show hledger work logged since this date or days ago or last release
worklog *DATEARG:
Expand Down

0 comments on commit 806d84f

Please sign in to comment.