ProLoser / Github-Omnibox

Github Commands from Google Chrome Omnibox (address bar)
http://goo.gl/n5HJw
MIT License
380 stars 24 forks source link

/repo and *repo doesn't show suggestion if the full name is typed out #35

Closed ProLoser closed 10 years ago

ProLoser commented 10 years ago

Lets say you starred angular/angular.js and your cache is up to date. Now, I want to go to this repo by doing *angular.js. If you type *angular.j you will see that the correct entry is at the top of the list, but when you have the ENTIRE repo name typed up *angular.js, this entry disappears. Despite the disappearing entry, when you hit enter, you will go to this repo. I want to move the top-most match into the current default suggestion when you have the full name typed out.

The same thing occurs for /repo, except for /repo i would like the suggestion to remain if it's not your own username.