Skip to content

Instantly share code, notes, and snippets.

@geokal
Forked from andphe/gist:3232343
Last active August 29, 2015 14:11
Show Gist options
  • Save geokal/8d02c21b3bfec014c4af to your computer and use it in GitHub Desktop.
Save geokal/8d02c21b3bfec014c4af to your computer and use it in GitHub Desktop.
/usr/bin/plutil -convert xml1 -o - ~/Library/Safari/Bookmarks.plist | grep -E -o '<string>http[s]{0,1}://.*</string>' | grep -v icloud | sed -E 's/<\/{0,1}string>//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment