Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikipore/alfred-firefoxbookmarks
Alfred Workflow: Access to Firefox Bookmarks and User Input History
https://github.com/nikipore/alfred-firefoxbookmarks
Last synced: 8 days ago
JSON representation
Alfred Workflow: Access to Firefox Bookmarks and User Input History
- Host: GitHub
- URL: https://github.com/nikipore/alfred-firefoxbookmarks
- Owner: nikipore
- License: other
- Created: 2013-03-14T09:44:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T06:09:01.000Z (about 5 years ago)
- Last Synced: 2024-08-02T16:03:56.362Z (3 months ago)
- Language: Python
- Homepage:
- Size: 856 KB
- Stars: 104
- Watchers: 7
- Forks: 12
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
alfred-firefoxbookmarks
=======================This is an Alfred 3 workflow which gives you access to your Firefox bookmarks. In fact, in aims to mimick the awesome bar by scanning not only bookmarks, but also the input history, cf. the `places.db` [scheme](http://people.mozilla.org/~dietrich/places-erd.png).
The `alfred.py` module is a collection of helper functions which ease the communication with Alfred. Everyone is invited to use and improve it for other workflows.
Installation
------------
Download and double-click [Firefox Bookmarks.alfredworkflow](https://github.com/nikipore/alfred-firefoxbookmarks/raw/master/Firefox%20Bookmarks.alfredworkflow).Usage
-----
Just type `ff `.Hit `return` on a URL to have Firefox open it. Hit `Cmd + return` on a URL to copy it to the clipboard.
Note
----
This workflow looks for the Firefox `places.db` according to your setting of `PROFILE` in the `ff`script filter (it's a glob expression, so the wildcards `*` and `?` are allowed). By default, it points to your default profile.