diff --git a/Justfile b/Justfile index 218d8497a..8093225c3 100644 --- a/Justfile +++ b/Justfile @@ -833,6 +833,7 @@ log *DATEARG: just maillog $DATEARG just redditlog $DATEARG just tootlog $DATEARG + just bloglog CHANGELOGS := 'CHANGES.md hledger/CHANGES.md hledger-ui/CHANGES.md hledger-web/CHANGES.md hledger-lib/CHANGES.md' @@ -934,6 +935,13 @@ tootlog *DATEARG: echo "** mastodon: https://fosstodon.org/search, $SEARCH" echo +# Show recent PTA blog posts added on plaintextaccounting.org +bloglog: + #!/usr/bin/env osh + # DATE=`just datearg $DATEARG` + echo "** pta.o: https://plaintextaccounting.org/#`date +%Y`" + echo + # Some evil works against this.. # echo "open https://www.reddit.com/r/plaintextaccounting/new, copy links since $DAYS days ago ($DATE), paste into obsidian, select, cut, and paste here for cleaning (in emacs shell use C-c C-d, C-c C-r)" # just redditclean > $$.tmp