unite-workflow icon indicating copy to clipboard operation
unite-workflow copied to clipboard

github-issues.vim

Open jaxbot opened this issue 10 years ago • 6 comments

Would you be interested in working to integrate in https://github.com/jaxbot/github-issues.vim ?

Thanks, and good work!

jaxbot avatar Aug 26 '14 12:08 jaxbot

I like your github-issues.vim and I use it personally. I will take some time to learn how to integrate with it. Thanks for the idea!

blindFS avatar Aug 26 '14 13:08 blindFS

Awesome, glad to hear! I'm working on doing some refactoring right now but the overall external API shouldn't change much, so let me know if there are changes needed and I'll be sure to implement them

jaxbot avatar Aug 26 '14 13:08 jaxbot

I have implemented an immature version.

  • with action 'edit' (mapped to e). :Giedit will be called.
  • and :Giadd for action 'add'.
  • default action is opening in a browser.

Here's a thing came to me, I'd like it to be able to select a certain repo by specified input instead of changing directory. So I think maybe it is better for 'Giedit' and 'Giadd' to take an argument like 'user/repo' to specify the repo.

And of course, if you've got other suggestions about it. please let me know. Thanks!

blindFS avatar Aug 26 '14 15:08 blindFS

Awesome, I'll play with this when I get a minute!

As for the Giedit and Giadd, I'll look into adding those features, hang tight

jaxbot avatar Aug 27 '14 14:08 jaxbot

Alright, now Giedit 3 sparklr/sparklr will edit issue 3 on the sparklr/sparklr repo, and Giadd sparklr/sparklr will add a new issue on sparklr/sparklr.

jaxbot avatar Aug 27 '14 14:08 jaxbot

Great, this will allow github/feed and github/event to access the 'issue viewer' when the selected entry is a issue relative event. Thanks for your work!

blindFS avatar Aug 28 '14 01:08 blindFS