familyfriendlymikey / fuzzyhome

A Chrome extension that turns your new tab page into a fuzzy finding command palette.
https://chrome.google.com/webstore/detail/fuzzyhome/lbnndgaohjkpbaekakcdfeiacagfcinf
32 stars 3 forks source link

Implement abbreviated fuzzy search #6

Closed shlomiuziel closed 3 weeks ago

shlomiuziel commented 1 year ago

By implementing abbreviation based fuzzy search (e.g. gh for GitHub), there could be much better support out of the box without having to concatenate parenthesis at the end of the title.

familyfriendlymikey commented 1 year ago

Thanks for the suggestions! I really like this one.

I've toyed around with some of the other ones before but I'm open to trying again.

I don't know when I'll have time but I do intend to get around to it.

familyfriendlymikey commented 1 year ago

Actually I realized a while ago that this is already what the fuzzy searching does, it's just based on spaces rather than capital letters. So git hub would have the desired effect here, but it would be interesting to have the fuzzy search also respect letter case.

familyfriendlymikey commented 3 weeks ago

Looking back, I believe this is what the algorithm already does.