projectje / bookmarks-sync-sql-cogmios

reads and writes bookmarks stored in various locations using a sqlite database in between

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bookmarks-sync-sql-cogmios

Imports bookmarks in a sqlite database:

  1. one or more directories of URL files
  2. one or more chrome profiles
  3. one or more firefox profiles

Exports to:

  1. A simple Html page

Specify the settings in bookmarks.json and run

await new BookmarksToSqlite('./test/bookmarks.json').Run()

About

reads and writes bookmarks stored in various locations using a sqlite database in between

License:MIT License


Languages

Language:TypeScript 96.4%Language:JavaScript 3.6%