Skip to content

Commit

Permalink
added brave browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-creator committed Nov 19, 2021
1 parent 9176d08 commit 48c4d82
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 16 deletions.
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,40 @@

> 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`)
- [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`)
- [x] Brave Browser (`brave`, `brave-profiles`)

![Screenshot](./screenshot.png)

## 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. |
| 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`
- Run `brew install go`
- Run `make deps`

## Develop

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

## Test

- Run `make test`
- Run `make test`

## Cover

- Run `make cover` or `make cover-html`
- Run `make cover` or `make cover-html`

## QA

Expand Down
Binary file added assets/brave.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions configs/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@
iconUrl: "vivaldi.png"
profileName: "Default"

- name: "brave"
fullName: "com.brave.Browser"
description: "Brave Browser"
path: "~/Library/Application Support/BraveSoftware/Brave-Browser"
iconUrl: "brave.png"
profileName: "Default"
6 changes: 6 additions & 0 deletions configs/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ vivaldi:
bookmarkOpenId: "05008a94-3fd7-44d4-aa10-b0f2a495d360"
profileListId: "093cb3e1-761a-4f34-83f6-36507c8c6eff"
profileSetId: "0d4fbc34-60ed-4223-98c9-5a93a103aa5c"

brave:
bookmarkListId: "aaa9ecf5-d269-4757-b555-61b2d6dee497"
bookmarkOpenId: "a5008a94-3fd7-44d4-aa10-b0f2a495d360"
profileListId: "a93cb3e1-761a-4f34-83f6-36507c8c6eff"
profileSetId: "ad4fbc34-60ed-4223-98c9-5a93a103aa5c"

0 comments on commit 48c4d82

Please sign in to comment.