Skip to content

mdreizin/chrome-bookmarks-alfred-workflow

Repository files navigation

Actions Build Status Reliability Rating 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)
  • Microsoft Edge (edge, edge-profiles)
  • Microsoft Edge Canary (edge-canary, edge-canary-profiles)
  • Vivaldi (vivaldi, vivaldi-profiles)

Screenshot

Commands

Command Description
<browser> Searches bookmarks using query. If you would like to show bookmark folder please press Command (or Cmd) ⌘.
<browser>-profiles 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 changes
  5. Open PR