/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' |
This comment has been minimized.
This comment has been minimized.
Worked perfectly. Thank you. |
This comment has been minimized.
This comment has been minimized.
Is it possible to export the reading list URL's from Safari 5.1 and import them into Safari 7.1? I've noticed that they are embedded in the bookmarks.plist in Safari 5.1 but stored in a separate folder in Safari 7.1. |
This comment has been minimized.
This comment has been minimized.
Piping to
You don't have to remember this line, the following command will create a script called
Whenever |
This comment has been minimized.
This comment has been minimized.
Works well !! |
This comment has been minimized.
This comment has been minimized.
I can't get it to work on Mojave. Any help? |
This comment has been minimized.
This comment has been minimized.
Just figured this out. Mojave added extra security layers to everything, so you have to go into System Preferences > Security & Privacy > Privacy. Under "Full DIsk Access" add Terminal. After Terminal.app relaunches, rerun the script and it should work again. |
This comment has been minimized.
This comment has been minimized.
very good, thank you |
This comment has been minimized.
Worked quickly and perfectly, but it also pulls my current bookmarks, which took a bit to realize what was going on. Very nice. Thank you.