1.0.7 • Published 4 years ago
alfred-fzf-chrome-history v1.0.7
alfred-fzf-chrome-history
Fuzzy search your chrome browser's history.
For Safari browser, use https://github.com/tuan/alfred-fzf-safari-history
This workflow uses:
Installation
npm i -g alfred-fzf-chrome-historyUsage
Prefix
Default prefix to trigger the workflow is: ch
Global search
ch <fuzzy search keywords>
Scope search
You can limit the search scope to a particular domain by specifying the domain keywords with @ prefix.
Note:
- Domain keywords are exact match. So
@gitwill only matchgithub.comorgitlab.com, but won't match<g>ofor<it>.com. - 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 @devwill search only domains that matchgit.*hub.*devsuch asgithub.dev
Example:
ch @git <fuzzy search keywords>will perform the search for all pages whose domain includes the wordgit.ch <fuzzy search keywords> @gitdoes the same thing as above.ch @git <fuzzy search keywords> @labwill perform the search for all pages whose domain isgit.*lab, for example:gitlab.cominstead ofgithub.com