This commit is contained in:
fred 2023-01-21 02:21:41 +01:00
parent 949218da6e
commit d574d880c7
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ tiddlywiki --load $INDEX \
--render '.' "today.${PLAYER}.tiddlers.json" 'text/plain' '$:/core/templates/exporters/JsonFile' 'exportFilter' '[days:created[-1]]'
## FILTER MY OWN EMAIL
cat ~/.zen/game/players/${PLAYER}/G1CopierYoutube/${G1PUB}/today.${PLAYER}.tiddlers.json | jq -rc # LOG
cat ~/.zen/game/players/${PLAYER}/G1CopierYoutube/${G1PUB}/today.${PLAYER}.tiddlers.json | sed "s~${PLAYER}~ ~g" | jq -rc '.[] | select(.tags | contains("@"))' > ~/.zen/tmp/${MOATS}/@tags.json 2>/dev/null
[[ $? != 0 ]] && echo "NO EXTRA TIDDLERS TODAY" && exit 0