Baylee Schmeisser
Baylee Schmeisser
Such as a link to the [contributors](https://github.com/mrmrs/colors/graphs/contributors) or the full list?
@mrmrs would calling out to the jsonp callout to get the full list dynamically be a good approach or should this be static? For instance I could call this: https://api.github.com/repos/mrmrs/colors/contributors?callback=processDaytuh...
@appetizermonster would love to hear your idea on how to auto update without the server.
The bookmarks are stored in a json file, which might be easier to use. You can see the [alfred chrome bookmarks](https://github.com/blainesch/alfred-chrome-bookmarks) for reference on this. The alfred plugin that does...
Isn't using the mouse the opposite of what a launcher application is helping with? Alfred has commands like "open file.js" or "find file.js" to either open the file or open...
Alfred gives you a few prefixes like "open index.js" would open it in the default program and "find index.js" will open it in the finder. You could add other things...
When Hain starts up it can ask for a password if a plugin has an encrypted preference. The encrypted data can be put in the json file raw and encrypted...
So what's the problem? Prompting a user to type in a password at runtime and storing that password in memory/local storage, then having some callback for plugins to decrypt/encrypt so...
Is this so data/settings can be synced like via dropbox or something?
@bobthecow I started working on this and ran into a few ways of doing it. I sent you an email, maybe you could point me the right direction on how...