Last active 10 hours ago
0
0
1
| 1 | sqlite3 -json ~/Library/Group\ Containers/group.com.andadinosaur.HistoryBook/History.sqlite " |
| 2 | SELECT |
| 3 | ZURL AS url |
| 4 | FROM ZPAGE |
| 5 | ORDER BY ZSAVEDAT DESC; |
| 6 | " | jq -r '.[].url' | while read -r url; do |
| 7 | hister index "$url" |
| 8 | done |