Socket
Socket
Sign inDemoInstall

alfred-fzy-chrome-history

Package Overview
Dependencies
283
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    alfred-fzy-chrome-history

Use FZY to search chrome's history


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

alfred-fzy-chrome-history

Fuzzy search your chrome's history.

This workflow uses:

  • Fzy for fuzzy searching.
  • Sqlite for reading chrome History's database.

This workflow is similar to the workflow I created at https://github.com/tuan/alfred-fzf-chrome-history, the main difference is that this workflow uses FZY instead of FZF.

I found that the javascript implementation of FZY to be more responsive than the javascript port of FZF I use in the other workflow.

This workflow is what I'm currently using, the FZF workflow is still there for people who prefer FZF.

Installation

npm i -g alfred-fzy-chrome-history

Usage

Prefix

Default prefix to trigger the workflow is: ch

ch <fuzzy search keywords>

You can limit the search scope to a particular domain by specifying the domain keywords with @ prefix.

Note:

  1. Domain keywords use exact match algorithm. So @git will only match github.com or gitlab.com, but won't match <g>ofor<it>.com.
  2. You can specify multiple domain keywords in your query to incrementally fine tune your search. For example: too broad @git need narrowing down to @hub and only dev tld @dev will search only domains that match git.*hub.*dev such as github.dev

Example:

  1. ch @git <fuzzy search keywords> will perform the search for all pages whose domain includes the word git.
  2. ch <fuzzy search keywords> @git does the same thing as above.
  3. ch @git <fuzzy search keywords> @lab will perform the search for all pages whose domain is git.*lab, for example: gitlab.com instead of github.com

Keywords

FAQs

Last updated on 11 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc