deanishe / alfred-firefox

Search and control Firefox from Alfred
Other
345 stars 19 forks source link

Search tabs by url #10

Closed jknight closed 4 years ago

jknight commented 4 years ago

Great plugin, thanks for creating it !

I see that tab search is limited to the window title. I often want to search tabs by URL.

Is there any easy way to add url filtering/searching of tabs ?

deanishe commented 4 years ago

Is there any easy way to add url filtering/searching of tabs ?

It's fairly straightforward to do. You just need to call Item.Match on each search result item to set different keywords to compare the search query to.

But I don't think adding the full URL is a good idea because you'll get a lot of shitty matches. I'd only add the domain, or possibly domain.com/plus/path.

GJRobert commented 3 years ago

But I don't think adding the full URL is a good idea because you'll get a lot of shitty matches. I'd only add the domain, or possibly domain.com/plus/path.

May I ask if this proposed enhancement has been implemented yet?