Sublime Text 2 Plugin to view and manage your Google Tasks.
- Mac OS X
- Sublime Text 2
- Google API Client Library for Python
- Registered Client ID within Google API Console Access
Follow Google's instructions on how to install Google API's Client Library for Python
Register a client id and client secret on Google API Console.
- Select "Installed Application" as your application type
- Set your redirect URL to "http://localhost"
Clone from GitHub
cd ~/"Library/Application Support/Sublime Text 2/Packages/"
git clone git://github.com/jpswelch/sublime-google-tasks
Under Preferences > Package Settings > Google Tasks > Settings Users you must enter your client_id, client_secret and user_agent from you Google API setup.
{
"client_id": "PUT YOUR REGISTERED CLIENT ID HERE",
"client_secret":"PUT YOUR REGISTERED CLIENT SECRET HERE",
"user_agent":"PUT YOUR APPLICATION NAME HERE"
}
Cmd + Shift + T
This plugin is fairly new. You might have suggestions or issues.
Copyright (c) 2012 Jean-Pierre Welch
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.