Skip to content

A simple tool writen in chicken scheme for extracting new bookmarks from two html bookmark files exported from Firefox/Chrome.

License

Notifications You must be signed in to change notification settings

GeographyF/bookmarkdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookmark diff

A simple tool writen in chicken scheme for extracting new bookmarks from two html bookmark files exported from Firefox/Chrome.

Build from source

To build it, you need to install chicken, then run the following commands

chicken-install -n ./bookmarkdiff Usage

$ bookmarkdiff --help

Usage:

  • a, --input-file-a=FILE Input file a
  • b, --input-file-b=FILE Input file b
  • o, --output-file=FILE Output file name
  • d, --directory=DIR Directory for new bookmarks

Example

If you want to put the new bookmarks to a certain directory in the browser, you can use the -d flag as follows

./bookmarkdiff -a bookmarks_firefox.html -b bookmarks_chrome_2023_8_24.html -o diff8.html -d "Bookmarks Menu/Other Bookmarks/Chrome/2023-08-24"

About

A simple tool writen in chicken scheme for extracting new bookmarks from two html bookmark files exported from Firefox/Chrome.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages