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
)
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. |
- Run
brew install go
- Run
make deps
- Run
make build
- Install
./build/chrome-bookmarks.alfredworkflow
- Run
make test
- Run
make cover
ormake cover-html
- Add missing browser config to
./configs/browser.yaml
file. - Put missing browser icon in
./assets
directory. - Add missing workflow config to
./configs/workflow.yml
file. - Run
make build
and install./build/chrome-bookmarks.alfredworkflow
to test changes - Open PR