From a964fd25c00807ff1d28ede32cd995f10cd9b1a9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 16 Feb 2024 11:41:55 -1000 Subject: [PATCH] ;just: log,tootlog: tweaks --- Justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Justfile b/Justfile index 74227bc4f..02abd3d83 100644 --- a/Justfile +++ b/Justfile @@ -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' @@ -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