Skip to content

Commit

Permalink
docs: add terminal script for installing the workflow ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jun 2, 2024
1 parent 64247be commit e29d7a4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,16 @@ Search browser bookmarks with [Alfred](https://www.alfredapp.com/).
Search browser bookmarks via the keyword `bm`.
Once you select a bookmark, it will be opened in the dedicated browser.

Incognito mode will get opened with the dedicated browser as well.
Incognito mode will be opened with the dedicated browser as well.

To activate, **install globally via npm**:
### Install via GitHub Releases :sparkles:

```bash
npm i -g alfred-search-bookmark
repo_name="Avivbens/alfred-search-bookmark"
download_url=$(curl -s "https://api.github.com/repos/$repo_name/releases/latest" | grep "browser_download_url.*alfredworkflow" | cut -d '"' -f 4)

curl -fsSLk $download_url -o ~/Desktop/alfred-search-bookmark.alfredworkflow
open ~/Desktop/alfred-search-bookmark.alfredworkflow
```

<hr>
Expand Down

0 comments on commit e29d7a4

Please sign in to comment.