Skip to content

Instantly share code, notes, and snippets.

View YangJianchong's full-sized avatar

( ╹ H ╹ ) YangJianchong

View GitHub Profile
@YangJianchong
YangJianchong / gist:e23bbdf117de3b36f9b9cfc1fa7a3627
Created May 16, 2020 13:12 — forked from andphe/gist:3232343
Export your links from Safari reading list
/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'