Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 666 Bytes

readme.md

File metadata and controls

31 lines (21 loc) · 666 Bytes

Albert Launcher Firefox Extension

Opens Firefox bookmarks.

Install

To install, copy or symlink this directory to ~/.local/share/albert/python/plugins/firefox/.

Config

Config is stored in ~/.config/albert/python.firefox/settings.json.

Config is optional. Without config, we look for a profile in order of:

  • The last used default profile.
  • The dev profile.

Example config:

{
  "profileName": "a1b2c3d4.default"
}

Development Setup

To setup the project for development, run:

$ cd firefox/
$ pre-commit install --hook-type pre-commit --hook-type commit-msg

To lint and format files, run:

$ pre-commit run --all-files