Skip to content

Commit

Permalink
fix: deprecate NPM deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jun 2, 2024
1 parent aa01cee commit 794dae3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
# Alfred Search Bookmark

> [!CAUTION]
> This NPM is no longer supported. Please use GitHub releases instead [in here](https://github.com/Avivbens/alfred-search-bookmark/releases/latest).
[![npm](https://img.shields.io/npm/v/alfred-search-bookmark)](https://www.npmjs.com/package/alfred-search-bookmark)
[![npm](https://img.shields.io/npm/dt/alfred-search-bookmark)](https://www.npmjs.com/package/alfred-search-bookmark)
[![GitHub](https://img.shields.io/github/license/avivbens/alfred-search-bookmark)]

## Description

Search browser bookmarks with [Alfred](https://www.alfredapp.com/).

## Usage

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.

To activate, **install globally via npm**:

```bash
npm i -g alfred-search-bookmark
```
Expand All @@ -19,14 +29,17 @@ npm i -g alfred-search-bookmark
## Examples

### Search bookmarks with keyword `bm`:

![Alfred Search Bookmark](https://raw.githubusercontent.com/avivbens/alfred-search-bookmark/HEAD/demo/list.png)

<br>

### Search bookmarks across multiple profiles:

![Alfred Search Bookmark](https://raw.githubusercontent.com/avivbens/alfred-search-bookmark/HEAD/demo/profiles.png)

<br>

### Enter a bookmark via incognito mode:
![Alfred Search Bookmark](https://raw.githubusercontent.com/avivbens/alfred-search-bookmark/HEAD/demo/incognito.png)

![Alfred Search Bookmark](https://raw.githubusercontent.com/avivbens/alfred-search-bookmark/HEAD/demo/incognito.png)

0 comments on commit 794dae3

Please sign in to comment.