Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Internet  |  Other Internet  |  SafariSorter  |  Need to use PLUTIL under 10.4.x

SafariSorter

SafariSorter

alphabetizes Safari bookmarks, manages duplicates

Version:  3.11

   [ Views: 1838 ]

Need to use PLUTIL under 10.4.x

Feedback Type:  Usage Tip

Contributed by: heynnema Tuesday, October 11 2005 @ 05:50 PM PDT

Product Platform: MacOSX

Used Product For: Less than a month

Recommend Product: YES

Many .plist files are now binary encoded, rather than the tradional XML format. SafariSorter doesn't understand the new binary format. You'll need to use the PLUTIL command in the TERMINAL app for change the format of the bookmarks.plist file from binary to XML, and then back again after SafariSorter has done its work.

In TERMINAL, type 'man plutil' for more info.

'plutil -convert xml1 bookmarks.plist', then use SafariSorter, then 'plutil -convert binary1 bookmarks.plist'. Cheers, Al   

4 of 5 users found this helpful.

Rate this Usage Tip

Was this Usage Tip helpful? Yes | No

Comments

3 comments |

Need to use PLUTIL under 10.4.x - chris_kolumbus

doesn't work for me. when I type 'plutil -convert xml1 bookmarks.plist' in terminal following message appears: 'bookmarks.plist: file does not exist or is not readable or is not a regular file'. any ideas?

Reply to This

Monday, October 24 2005 @ 03:53 PM PDT


Need to use PLUTIL under 10.4.x - pmerel

You need to have the 'bookmarks.plist' file in your USER DIRECTORY. It did work this way for me.

That was a great great tip, by the way. Thanxxxxx

Reply to This

Monday, November 21 2005 @ 10:23 AM PST


Need to use PLUTIL under 10.4.x - EmilGH

I made a simple automator action to run this app.

Run Shell Script - "plutil -convert xml1 ~/Library/Safari/bookmarks.plist"

Launch Application - (Set Safari Sorter to Sort at Launch)

Run Shell Script - "plutil -convert binary1 ~/Library/Safari/bookmarks.plist"

Reply to This

Saturday, December 02 2006 @ 12:11 PM PST