-
-
Save imty42/3fb362dc3851c7580a27 to your computer and use it in GitHub Desktop.
Export your links from Safari reading list and open it with your Safari (may make your mac very hot, seriously!)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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'|xargs open -a Safari |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment