A command-line interface for commandline users and Wunderlist-lovers
$ gem install wunderlist-cli$ wunderlist setup # Enter your login. (It will be saved under ~/.wunderlist)$ wunderlist$ wunderlist all_lists$ wunderlist -l LIST_ID$ wunderlist add "Test wunderlist-cli"$ wunderlist add "Test adding to a list" -l LIST_ID$ wunderlist complete TASK_ID$ wunderlist delete TASK_ID- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request