1.1.0 • Published 5 years ago

zazu-firefox-bookmarks v1.1.0

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

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.