An open API service indexing awesome lists of open source software.

https://github.com/avivbens/alfred-search-bookmark

Search your Chrome bookmarks from all profiles ✨
https://github.com/avivbens/alfred-search-bookmark

alfred bookmark bookmarks chrome macos profile search

Last synced: 5 days ago
JSON representation

Search your Chrome bookmarks from all profiles ✨

Awesome Lists containing this project

README

        

# Alfred Search Bookmark


[![Latest Version Downloads](https://img.shields.io/github/downloads/avivbens/alfred-search-bookmark/latest/total?label=Latest%20Version%20Downloads&color=green)](https://github.com/avivbens/alfred-search-bookmark/releases/latest)
[![Latest Version](https://img.shields.io/github/v/release/avivbens/alfred-search-bookmark?label=Latest%20Version&color=green)](https://github.com/avivbens/alfred-search-bookmark/releases/latest)
[![Total Downloads](https://img.shields.io/github/downloads/avivbens/alfred-search-bookmark/total?label=Total%20Downloads&color=blue)](https://github.com/avivbens/alfred-search-bookmark/releases)

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/kcao7snkgx)

## :warning: Deprecated Repository Notice

> **Important:** This repository is now deprecated. We have moved all our Alfred workflows into a unified monorepo for better maintenance and collaboration.
>
> [Avivbens/alfredo](https://github.com/Avivbens/alfredo?tab=readme-ov-file)

---

## Unified Alfred Workflows Monorepo

We've consolidated all of our Alfred workflows into a single, streamlined monorepo. This centralized repository makes it easier to explore, update, and contribute to a variety of workflows—all in one place.

Feel free to open issues, submit pull requests, and stay tuned for further updates as we continue enhancing our Alfred workflows!

## Description

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

### Fuzzy Search

We support fuzzy search :ninja:

You can search bookmarks by name or URL, and we will find the best match for you.

### Install via GitHub Releases :sparkles:

```bash
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
```

## Usage

Search browser bookmarks via the keyword `bm`.
Once you select a bookmark, it will be opened in the dedicated browser.

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


## Examples

### Search bookmarks with keyword `bm`:

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


### Search bookmarks across multiple profiles:

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


### Enter a bookmark via incognito mode:

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