Create an HTML page from Safari's bookmarks
Dec 27, '06 07:31:00AM • Contributed by: Anonymous
I was trying to figure out a way to be able to access my my Safari bookmarks from anywhere, without having to dig through the plist folder over ssh (especially on a slow connection). So, I
wrote a shell script to do it; it does require
plcat, which is part of the free
PLtools package.
[
robg adds: Set the script to executable (
chmod a+x script_name), and edit the script to replace
**YOUR USERNAME** with, well, your user name. I tested the script, and it works -- it creates an
index.html file in whichever directory you run it in. You can then edit or view the index.html file using any text editor, such as
vi.]