Gisto / Gisto

Gisto is a Cross-platform snippets management desktop application that allows you and/or your team share code snippets fast and easily. Based on GitHub Gists Infrastructure which means you can use all your existing snippets by connecting your GitHub account! Gisto started as an attempt to fulfill the lack of a syntax highlighted and cloud synchronized code snippet solution. You may thing of Gisto as Evernote for code.

Home Page:http://www.gistoapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto-login with access token

glitsj16 opened this issue · comments

Using two-factor authentication on github works well with Gisto, no complaints there. It would be even easier to use if Gisto had a commandline switch to start with ONLY the access token entree box visible. Or any other way to store a setting so users who have an access token for Gisto stored on disk could auto-login. Is such a feature planned by the Gisto devs?

Oh, that would be nice!

Sorry for the late reply.

I'm not sure we can do this with the constraints of node-webkit but I'll give it a check and see if its possible to do.

Thanks

There's command-line-arguments API, we could read token from an argument on start-up or from some specific file on the file system.

I've tested, args are passed to the app correctly.

What do you think?