Opens Firefox bookmarks.
To install, copy or symlink this directory to ~/.local/share/albert/python/plugins/firefox/
.
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"
}
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