All Projects → konoui → alfred-bookmarks

konoui / alfred-bookmarks

Licence: MIT license
bookmark search with alfred workflow written in Go

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to alfred-bookmarks

Wpt
Test suites for Web platform specs — including WHATWG, W3C, and others
Stars: ✭ 3,573 (+14787.5%)
Mutual labels:  firefox, google-chrome
Bookmark Parser
Find and parse Firefox/Chrome bookmark HTML and jsonlz4 file into useable JSON object or export as JSON file.
Stars: ✭ 31 (+29.17%)
Mutual labels:  firefox, bookmark
Chrome Remote Interface
Chrome Debugging Protocol interface for Node.js
Stars: ✭ 3,603 (+14912.5%)
Mutual labels:  firefox, google-chrome
Alfred Pinboard
Alfred Workflow for Pinboard (written in Go (golang))
Stars: ✭ 146 (+508.33%)
Mutual labels:  bookmark, alfred-workflow
The Glorious Startpage
a glorified startpage
Stars: ✭ 127 (+429.17%)
Mutual labels:  firefox, google-chrome
Alfred Pinboard Rs
Alfred Workflow for Pinboard (Rust)
Stars: ✭ 223 (+829.17%)
Mutual labels:  bookmark, alfred-workflow
Nighttab
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.
Stars: ✭ 598 (+2391.67%)
Mutual labels:  firefox, bookmark
Awesome Meta And Manifest
⚡ Awesome collection of meta tags & manifest properties.
Stars: ✭ 499 (+1979.17%)
Mutual labels:  firefox, google-chrome
Uget Chrome Wrapper
Moved to https://github.com/ugetdm/uget-integrator and https://github.com/ugetdm/uget-extension
Stars: ✭ 74 (+208.33%)
Mutual labels:  firefox, google-chrome
Fauxbar
An alternative to Chrome's Omnibox.
Stars: ✭ 69 (+187.5%)
Mutual labels:  firefox, google-chrome
Booklight
Your Chrome Alfred - An Extension to provide spotlight-like interface for your bookmarks
Stars: ✭ 98 (+308.33%)
Mutual labels:  bookmark, google-chrome
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+10858.33%)
Mutual labels:  firefox, bookmark
Chrome Bookmarks Alfred Workflow
Chrome/Canary/Chromium/Microsoft Edge bookmarks search workflow for Alfred
Stars: ✭ 241 (+904.17%)
Mutual labels:  alfred-workflow, google-chrome
Overlay-Scrollbars
🎨 An overlay scrollbar customizable theme for Firefox and Chrome based browsers
Stars: ✭ 87 (+262.5%)
Mutual labels:  firefox, google-chrome
alfred-chrome-history
Search your Google Chrome history in Alfred
Stars: ✭ 169 (+604.17%)
Mutual labels:  alfred-workflow, google-chrome
Cookie Autodelete
Firefox and Chrome WebExtension that deletes cookies and other browsing site data as soon as the tab closes, domain changes, browser restarts, or a combination of those events.
Stars: ✭ 1,015 (+4129.17%)
Mutual labels:  firefox, google-chrome
Alfred Firefox
Search and control Firefox from Alfred
Stars: ✭ 142 (+491.67%)
Mutual labels:  firefox, alfred-workflow
mdash
⭐️ Lightweight new tab page for Chrome/Firefox, synced with your bookmarks
Stars: ✭ 19 (-20.83%)
Mutual labels:  firefox, bookmark
1click-webpage-screenshot
Entire page Screenshot extension for Google Chrome. I'm developing open source extension for Google Chrome. All extension are free for use. Let's make Chrome great again!
Stars: ✭ 432 (+1700%)
Mutual labels:  google-chrome
GeckoDriver ARMv6
Compiled binaries of Gecko Driver for ARMv6 architecture (cross-compiled)
Stars: ✭ 22 (-8.33%)
Mutual labels:  firefox

Generic badge Code Grade

alfred bookmarks

The workflow is a cross-browser bookmark searcher across Firefox, Google Chrome and Safari.

Install

  • Download and open the workflow with terminal.
$ curl -O -L https://github.com/konoui/alfred-bookmarks/releases/latest/download/alfred-bookmarks.alfredworkflow && open alfred-bookmarks.alfredworkflow
  • Build the workflow on your computer.
$ make package
$ ls
alfred-bookmarks.alfredworkflow (snip)

Usage

Please type bs <query> and select your desired bookmark to open on default web browser.

alfred-bookmarks

Customize Configuration

Please create configuration file as .alfred-bookmarks.yaml in home directory (~/) or config directory (~/.config/) if you want to customize.

firefox:
    enable: true
    profile_name: "default"
    profile_path: "${HOME}/Library/Application Support/Firefox/Profiles"
chrome:
    enable: true
safari:
    enable: false
remove_duplicates: true

If the configuration file does not exist, the workflow try to use available bookmark files of web browsers.

Feature

  • Supports fuzzy search.
  • Supports following web browsers.
    • Firefox
    • Google Chrome
    • Safari
  • Supports options
    • filter by folder name.
      • e.g. bs -f <folder-name> <query>
    • clear cache data.
      • e.g. bs --clear <query>

Limitation

Firefox

The workflow reads latest bookmark data from ~/Library/Application Support/Firefox/Profiles/<xxxxx>.default/bookmarkbackups/ directory. If you register a web site to bookmarks, the workflow does not search the web site immediately.

License

MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].