lox / alfred-github-jump

An alfred plugin to quickly jump to a github repository page
129 stars 6 forks source link

Add a modifier key action to go to the searched repo's issues / pull requests #2

Closed nikitavoloboev closed 7 years ago

nikitavoloboev commented 7 years ago

So for example I search for a github repo :

2017-01-13 at 18 41

If I would press control + return here, it would instantly go to this page :

https://github.com/lox/alfred-github-jump/issues

And another modifier key action to go to pull requests instantly :

https://github.com/lox/alfred-github-jump/pulls

This would be really handy. Hope you agree.

nikitavoloboev commented 7 years ago

Should actually be fairly easy. I tried doing this :

2017-01-13 at 18 47

But it it doesn't accept the url this way.

nikitavoloboev commented 7 years ago

This too doesn't work :

2017-01-13 at 18 54

2017-01-13 at 18 55

Not really sure why.

nikitavoloboev commented 7 years ago

I would really love for this to work. Trying to read the code, I am quite confused how though.

Essentially I just need to create a modifier key that will prepend issues to the link that you get.

Thank you for any help.

nikitavoloboev commented 7 years ago

Solved it with Alfred filter. :)