chrome-bookmarks-alfred-workflow
chrome-bookmarks-alfred-workflow copied to clipboard
Chrome/Canary/Chromium/Microsoft Edge bookmarks search workflow for Alfred
trafficstars
chrome-bookmarks
Chrome/Canary/Chromium bookmarks search workflow for Alfred
- [x] Google Chrome (
chrome,chrome-profiles) - [x] Google Chrome Canary (
canary,canary-profiles) - [x] Chromium (
chromium,chromium-profiles) - [x] Microsoft Edge (
edge,edge-profiles) - [x] Microsoft Edge Canary (
edge-canary,edge-canary-profiles) - [x] Vivaldi (
vivaldi,vivaldi-profiles)

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 coverormake cover-html
QA
How to add missing chromium-based browser?
- Add missing browser config to
./configs/browser.yamlfile. - Put missing browser icon in
./assetsdirectory. - Add missing workflow config to
./configs/workflow.ymlfile. - Run
make buildand install./build/chrome-bookmarks.alfredworkflowto test changes - Open PR