New backup 2025-11-29 11:00:02

This commit is contained in:
Penelope Gwen 2025-11-29 11:00:02 -08:00
parent 5530bfbfc6
commit 65e358980a

View file

@ -17,7 +17,8 @@ jq_get_windows='
+ .floating_nodes + .floating_nodes
| .[] | .[]
# select nodes with no children (windows) # select nodes with no children (windows)
| select(.nodes==[]) # | select(.nodes==[])
| select(.scratchpad!="fresh")
)' )'
jq_windows_to_tsv=' jq_windows_to_tsv='