merge README

By: Jeremy Buchmann

merge is a Perl script that merges Netscape bookmark files (commonly named Bookmarks.html or Bookmarks.htm) and/or Internet Explorer "Favorites" (often called Favorites.htm or Favorites.html). I wrote this originally because I use several computers regularly and manually keeping a consistent bookmark file between them is difficult and tedius.

Obtaining merge

merge is hosted on sourceforge.net. The Web page is http://merge.sourceforge.net.

What merge Does

What merge Doesn't Do Now, But May Do Later

Usage

> merge [-s] -m[NS,IE] master-file -s[NS,IE] slave-file

Any combination of bookmark files is okay. NS->NS, NS->IE, IE->NS, IE->IE merges are all okay. The output type will be the same as the master type. Only URLs are compared; if they match, only the master copy is kept. The directory structure is normally kept intact, but can be sorted alphabetically with the -s flag. The resulting bookmarkfile is printed to stdout, so you'll want to redirect it to a file.

Change Log

merge-0.3

merge-0.2

merge-0.1

Bugs/Issues

License

merge uses the GPL. Please see the License.txt file that should have come with this package or: http://www.gnu.org/copyleft/gpl.html for a copy of the license.

Feedback

Feedback should be sent to buchmann@cs.unr.edu. I am mostly interested in bugs/platform issues, but any improvements or new features will be welcomed.