Does anyone know how to print one's history of viewed sites in Safari? Is this possible. I am trying to document every web site I've visited for a year but don't seem to be able to copy the history list for any given day?
Unfortunately, in default form, Safari doesn't keep it's history for very long at all. Plus it's stored as a binary XML file, so it's not easy to print out directly, and if you did it wouldn't make much sense.
However, there seems to be 3rd party apps out there that deal with safari history. Check them out and maybe you can find what you need. Particularly "Saft" I think.
Does anyone know how to print one's history of viewed sites in Safari? Is this possible. I am trying to document every web site I've visited for a year but don't seem to be able to copy the history list for any given day?
Yellow is correct, under tiger the History.plist file is a binary XML file. But the URL and page names can easily be extracted using the following command at the Terminal:
The command above extracts the text parts of the Safari history from the History.plist file and stores the text in the file "strings.txt" on the Desktop.
A second version that also trims some of the garbage off is: