Skip to content

Instantly share code, notes, and snippets.

View Next-Door-Tech's full-sized avatar

Connor Gibson Next-Door-Tech

  • Next-Door Tech
  • Los Gatos, CA
View GitHub Profile
@Next-Door-Tech
Next-Door-Tech / safari-favicons.sh
Created January 31, 2018 05:36 — forked from dardo82/safari-favicons.sh
Fix Safari FavIcons
#!/bin/zsh
# Fix Safari Favorites Icons
LSD="Library/Safari"
TIC="Touch Icons Cache"
TAB="cache_settings"
DIR="/$HOME/$LSD/$TIC/"
DBF="$DIR/${${TIC// /}%s*}${${(C)TAB}/_/}.db"
SQL=$(sqlite3 "$DBF" "SELECT host FROM $TAB")