Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ArtBIT/bash-bookmarks-firefox-add-on
A bash-bookmarks companion Add-On for Firefox
https://github.com/ArtBIT/bash-bookmarks-firefox-add-on
bookmarks-manager firefox firefox-addon
Last synced: about 1 month ago
JSON representation
A bash-bookmarks companion Add-On for Firefox
- Host: GitHub
- URL: https://github.com/ArtBIT/bash-bookmarks-firefox-add-on
- Owner: ArtBIT
- Created: 2023-12-27T12:46:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-24T08:40:13.000Z (10 months ago)
- Last Synced: 2024-11-28T23:11:59.244Z (about 1 month ago)
- Topics: bookmarks-manager, firefox, firefox-addon
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Firefox Addon Page: https://addons.mozilla.org/firefox/addon/bash-bookmarks/
This is a companion extension to https://github.com/artbit/bash-bookmarks
# What it does
It allows you to create and search through an external bookmarks using an external bookmarks manager (https://github.com/artbit/bash-bookmarks)
It registers a new `bb` keyword that allows you to search for bash-bookmarks directly in the address bar.
Example: `bb somesearchkeywords`The extension will then query the bash-bookmarks server for results matching `somesearchkeywords` and populate them in the address-bar suggestions.
It will also register a listener to whenever you add a new bookmark, and also save it in your bash-bookmarks.
See https://github.com/artbit/bash-bookmarks for more info.