ProLoser / Github-Omnibox

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

selecting first suggestion doesn't work #58

Open blaenk opened 8 years ago

blaenk commented 8 years ago

Not sure what to title this.

I have a private repo called puzzles, so I do gh /pu and it correctly suggests the repo as the first suggestion:

suggestion

This is great! As I understand it, this is one of the benefits of using this. Now I don't have to finish typing puzzles, I just press ENTER to select the suggestion!

Nope:

404

However, if I select the second option, the java-puzzles repo, it does auto-complete that selection into my address bar so if I press ENTER it does go to it as expected. So basically it seems like every suggestion except the first one works for me. Maybe I'm doing something wrong.

ProLoser commented 8 years ago

This is a regression, should be working the way you expect it to work

blaenk commented 8 years ago

So it's not just me? Ok cool!