cybre / budgie-haste-applet

Post any text – be it code or prose – to various services directly from your desktop. Made with ❤️️ for Budgie Desktop.
GNU General Public License v2.0
29 stars 2 forks source link

FR: GitHub Gists as provider #17

Closed sixtyfive closed 7 years ago

sixtyfive commented 7 years ago

It'd be awesome for us web developer types if GitHub Gists was available as a provider as well. Apparently there is an API for it (https://developer.github.com/v3/gists/) but I'm not sure if it would work with the distinction in "secret" and "public" gists that they have. Anyways, just a wish :smiley:

cybre commented 7 years ago

Fixed in #18 Note: The applet will currently only work with Budgie from git because of the popover changes.

cybre commented 7 years ago

If you want to post gists to your GH account you can generate a personal access token (In GH settings) with the "gists" scope enabled and enter the token in the applet settings page.

cybre commented 7 years ago

Also, editing the haste will just upload it as a new gist. Maybe in the future, I will support proper editing and authentication directly from the applet.

sixtyfive commented 7 years ago

Wow, cool! To wait or to upgrade to unstable with Budgie from git? 😸 Thank you much Sir!