zazu-firefox-bookmarks

1.1.0 • Public • Published

Zazu Firefox Bookmarks

Firefox bookmark searcher for Zazu.

Usage

Installing

Add the package to your plugins array in ./zazurc.js.

{
  "plugins": [
    "linonetwo/zazu-firefox-bookmarks"
  ]
}

Variables

{
  "name": "linonetwo/zazu-firefox-bookmarks",
  "variables": {
    "profilePath": "/Users/xxx/Library/Application Support/Firefox/Profiles/gfedcba.123",
    "limit": 5
  }
}

limit

Maximum number of returned items, by default is 15.

profilePath

By default we look for your default profile located at:

`${os.homedir()}/Library/Application Support/Firefox/Profiles/abcdefg.default`

To overwrite it, set the profilePath variable. You will probably never use it.

Disclaimer

Boilerplate is from tinytacoteam/zazu-chrome-bookmarks.

I've use the source code from CCharlieLi/bookmark-parser which is not actively maintained, but instead use unstable C++ code (node-gyp sometimes failed), I use jusw85/mozlz4 writen in rust binary to handle the dirty job.

/zazu-firefox-bookmarks/

    Package Sidebar

    Install

    npm i zazu-firefox-bookmarks

    Weekly Downloads

    2

    Version

    1.1.0

    License

    ISC

    Unpacked Size

    1.39 MB

    Total Files

    10

    Last publish

    Collaborators

    • linonetwo012