1.1.10 • Published 4 years ago
alfred-fzf-safari-history v1.1.10
alfred-fzf-safari-history
Fuzzy search your safari history.
This workflow uses:
Installation
npm i -g alfred-fzf-safari-historyUsage
Prefix
Default prefix to trigger the workflow is: sh
Global search
sh <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 use exact match algorithm. 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:
sh @git <fuzzy search keywords>will perform the search for all pages whose domain includes the wordgit.sh <fuzzy search keywords> @gitdoes the same thing as above.sh @git <fuzzy search keywords> @labwill perform the search for all pages whose domain isgit.*lab, for example:gitlab.cominstead ofgithub.com
1.1.10
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago