mylist

command module
v0.0.0-...-3b1cce5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2015 License: MIT Imports: 7 Imported by: 0

README

mylist

Shows Wunderlist tasks assigned to me, due today/overdue, or starred.

Installation & Usage

First, you'll need a proper Go environment set up. Follow the instructions at golang.org.

go get github.com/justincampbell/mylist

Grab credentials for your Wunderlist account:

  1. Create a new app at developer.wunderlist.com
  2. Name your app. I called mine "wl".
  3. Put in a dummy URL and callback URL.
  4. On the next page, click "Create Access Token". Your token will be displayed in a flash message near the top.
  5. Set the environment variables WL_ACCESS_TOKEN and WL_CLIENT_ID. You can also use these with the wl client (which this uses). You can put these in your ~/.profile or ~/.bashrc so that they're available every time you open a shell.
export WL_CLIENT_ID=8783ddf34242a66f7576
export WL_ACCESS_TOKEN=59b3e5185ae95b46ec9e5a11b532e79e55e232663e6eb2bdedd3230d3e37

You should be able to run mylist to see your task list:

$ mylist
✅ 5
Trash cans
Straighten
Dishes
Setup Verizon
Setup electric

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Godeps
_workspace/src/github.com/robdimsdale/wl
Package wl provides a client to the Wunderlist API.
Package wl provides a client to the Wunderlist API.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL