;just:bloglog
This commit is contained in:
parent
56aa988205
commit
c0b6a1e153
8
Justfile
8
Justfile
@ -833,6 +833,7 @@ log *DATEARG:
|
|||||||
just maillog $DATEARG
|
just maillog $DATEARG
|
||||||
just redditlog $DATEARG
|
just redditlog $DATEARG
|
||||||
just tootlog $DATEARG
|
just tootlog $DATEARG
|
||||||
|
just bloglog
|
||||||
|
|
||||||
CHANGELOGS := 'CHANGES.md hledger/CHANGES.md hledger-ui/CHANGES.md hledger-web/CHANGES.md hledger-lib/CHANGES.md'
|
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 "** mastodon: https://fosstodon.org/search, $SEARCH"
|
||||||
echo
|
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..
|
# 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)"
|
# 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
|
# just redditclean > $$.tmp
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user