- Created by mdreizin
- 🗓 Last Updated: 31/07/23 19:09:03
- 🌟 Stars on GitHub: 359
- Please consider supporting the creator by Starring or Sponsoring them on GitHub!
- Get Latest Release
- Get Source Code
From their README
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 |
|---|---|
|
Searches bookmarks using query. If you would like to show bookmark folder please press Command (or Cmd) ⌘. |
|
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