Skip to content

Commit

Permalink
;just: log,tootlog: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Feb 16, 2024
1 parent 2f4262d commit a964fd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,7 @@ log *DATEARG:
just redditlog $DATEARG
just tootlog $DATEARG
just bloglog
echo "News url will be (if this is friday): https://hledger.org/news.html#this-week-in-hledger-"`date -I`

CHANGELOGS := 'CHANGES.md hledger/CHANGES.md hledger-ui/CHANGES.md hledger-web/CHANGES.md hledger-lib/CHANGES.md'

Expand Down Expand Up @@ -1025,9 +1026,8 @@ redditlog *DATEARG:
tootlog *DATEARG:
#!/usr/bin/env osh
DATE=`just datearg $DATEARG`
SEARCH="#hledger #plaintextaccounting after:$DATE"
just clip "$SEARCH"
echo "** mastodon: https://fosstodon.org/search, $SEARCH"
just clip "#hledger after:$DATE"
echo "** mastodon: https://fosstodon.org/search, #hledger after:$DATE , #plaintextaccounting after:$DATE"
echo

# Show recent PTA blog posts added on plaintextaccounting.org
Expand Down

0 comments on commit a964fd2

Please sign in to comment.