Skip to content

Files

Latest commit

30e9927 · Jan 15, 2023

History

History
34 lines (25 loc) · 573 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 573 Bytes

linkace-import-firefox

Import Firefox JSON bookmarks to LinkAce self-hosted bookmark archive.

Installation

Clone and run npm i.

Usage

With LinkAce .env in current working directory:

node index.js bookmarks.json

Or:

node index.js --bookmarks=bookmarks.json

With path to LinkAce .env file:

node index.js --env=/path/to/.env bookmarks.json

Or:

node index.js --env=/path/to/.env --bookmarks=bookmarks.json

To start from specific URL:

node index.js bookmarks.json --from=https://example.com