driusan / de

A Programmer's Text Editor
MIT License
429 stars 26 forks source link

github plugin #42

Open josephholsten opened 7 years ago

josephholsten commented 7 years ago

it would be awesome to have a github plugin with the same feature set as redmine.

driusan commented 7 years ago

You can look into making one with https://github.com/google/go-github.

But I've actually become convinced that the Redmine plugin would have been more useful as a redmine command-line app that prints to stdout in the format that the Redmine plugin modifies the buffer in, so it might be more beneficial to look into adding github support that way.

josephholsten commented 7 years ago

yeah, apparently I've volunteered to help maintain the github provider for terraform, so I'll be learning that package soon.