cuber / chrome-bookmarks-alfred-workflow

Chrome/Canary/Chromium bookmarks search workflow for Alfred

Home Page:http://mdreizin.github.io/chrome-bookmarks-alfred-workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis build status Maintainability Test Coverage

chrome-bookmarks

Chrome/Canary/Chromium bookmarks search workflow for Alfred

  • Google Chrome (chrome, chrome-profiles)
  • Google Chrome Canary (canary, canary-profiles)
  • Chromium (chromium, chromium-profiles)

Screenshot

Commands

Command Description
<browser> Searches bookmarks using query. If you would like to show bookmark folder please press Command (or Cmd) ⌘.
<browser>-profile Sets active user profile. Auto options checks active user profile and uses it to search bookmarks.

Setup

  • Run brew install go
  • Run make deps

Develop

  • Run make build
  • Install ./build/chrome-bookmarks.alfredworkflow

Test

  • Run make test

Cover

  • Run make cover or make cover-html

QA

How to add missing chromium-based browser?

  1. Add missing browser config to ./configs/browser.yaml file.
  2. Put missing browser icon in ./assets directory.
  3. Add missing workflow config to ./configs/workflow.yml file.
  4. Run make build and install ./build/chrome-bookmarks.alfredworkflow to test chnages
  5. Open PR

About

Chrome/Canary/Chromium bookmarks search workflow for Alfred

http://mdreizin.github.io/chrome-bookmarks-alfred-workflow

License:MIT License


Languages

Language:Go 95.8%Language:Makefile 4.2%