|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|