/firefox-command-palette

Control Firefox with Sublime/helm-M-x style fuzzy complete. Use it from the omnibar with the ; search prefix, or trigger a pop-up with Ctrl+Space.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Firefox Command Palette

Control Firefox with Sublime/helm-M-x style fuzzy complete. Use it from the omnibar with the ; search prefix, or trigger a pop-up with Ctrl+Space.

Available on the Mozilla Add-ons site.

To build:

  1. Clone this repo and make sure you have node and npm setup and working.
  2. npm install fuzzysearch
  3. zip -r firefox-command-palette * -x firefox-command-palette.zip

Credits

This extension uses the Terminal icon from Font Awesome. It's licensed under Creative Commons CC-BY 4.0.

Fuzzy completion is provided by Nicolas Bevacqua's fuzzysearch library. It is MIT licensed and its source code can be found on GitHub.

This extension, with the exception of the above, is licensed under GPL (see LICENSE).