Skip to content

Instantly share code, notes, and snippets.

@codingEzio
Forked from andphe/gist:3232343
Last active September 1, 2018 00:47
Show Gist options
  • Save codingEzio/7d2c06f03e79d74b04cb643c33805db1 to your computer and use it in GitHub Desktop.
Save codingEzio/7d2c06f03e79d74b04cb643c33805db1 to your computer and use it in GitHub Desktop.

Revisions

  1. codingEzio renamed this gist Sep 1, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @andphe andphe created this gist Aug 2, 2012.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    /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'