jlord / offline-issues

:grey_exclamation: :signal_strength: Get your GitHub Issues to read offline later. Mmm.
Other
640 stars 68 forks source link

Would it be possible to make this work with github enterprise? #22

Open nickneilsonblack opened 9 years ago

nickneilsonblack commented 9 years ago

That would be sweet!

blah238 commented 9 years ago

Looks like it's hardcoded ATM, but making this configurable would be a nice addition.

jlord commented 8 years ago

It looks like ghauth also supports enterprise so it's probably possible to have this project support enterprise.

I'm not sure wha the best interface for that would be. Passing it as an argument (with the url for enterprise) would be not ideal so maybe it can be stored somewhere then you can use a simpler flag like -e to let it know to use enterprise.

mathomp4 commented 5 years ago

Query to the JavaScript gurus from a Fortran programmer, let's say I wanted to hardcode in my Enterprise instance instead of real GitHub, what line would one change? :)