tupton / alfred-chrome-history

Search your Google Chrome history in Alfred
198 stars 17 forks source link

Use `visit_count` (and `typed_count`?) to determine result ordering #6

Closed tupton closed 8 years ago

tupton commented 8 years ago

This means we need to come up with some sort of "frecency" algorithm that takes into account most-visited and recently-visited urls.

Or we could simply order by visit count and disregard recent visits, but that seems wrong, too.

tupton commented 8 years ago

https://github.com/tupton/alfred-chrome-history/releases/tag/0.2.0-alpha contains the changes from #8. I'll test this out for a day or so before merging it and making a real release.

tupton commented 8 years ago

Fixed with #8.