Can vimium rank the `O` address suggestions by frequency?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
for example, I always visit https://github.com/${myname}/${someRepo]/issues/new. So when I input "new" to
O -- Open URL, bookmark or history entry in a new tab
It should display
https://github.com/${myname}/${someRepo]/issues/new
as the first address suggestions list.
Rather than some other URL containing the word new that is used less frequently.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating the O command's address-suggestion and history-ranking flow, then determine how visit frequency is available; done means a frequently visited matching URL appears before less-used matches, with coverage for the reported example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- search
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100