Skip to main content

Functions to manage the 2DoApp from the command line.

Project description

https://img.shields.io/github/release/KarstenSchulz/twodolib.svg https://img.shields.io/travis/KarstenSchulz/twodolib.svg https://img.shields.io/coveralls/KarstenSchulz/twodolib.svg https://img.shields.io/requires/github/KarstenSchulz/twodolib.svg https://img.shields.io/pypi/v/twodolib.svg https://img.shields.io/github/license/KarstenSchulz/twodolib.svg

Description

This package provides a library twodolib and a command line utility task2do to add tasks, projects and checklists on OS X to the 2DoApp from the command line.

Since version 1.5 (Mac) 2Do supports adding tasks by using an URL scheme. For example, if you want to add the task Save the world., you can open the URL:

twodo://x-callback-url/add?task=Save%20the%20world.

to add this task to your 2Do App.

The task2do command supports creating such URLs from the command line. To print an URL of such a task, enter:

task2do "Save the world."

which prints the URL to stdout:

twodo://x-callback-url/add?task=Save%20the%20world.

If you want to actually add the task to your 2Do App, use the -e or --execute option:

task2do -e "Save the world."
# no output here, but the task should be in your standard list in 2Do

Features

  • runs with Python 3 and Python 2

  • Create tasks on the command line and show the corresponding URL scheme, for copy and pasting it.

  • Create tasks on the command line and open the corresponding URL scheme.

See the documentation at http://twodolib.readthedocs.org/en/latest/

Install

See docs/installation.rst (It’s just pip install twodolib)

Dependencies

  • wheel

For testing:

  • mock

License

  • Free software: ISC license

History

0.2.1 (2015-09-21)

  • fixed classifier in setup.py

  • fixed #3 - adding to lists works now.

0.2.0 (2015-09-20)

  • first public release.

0.1.0 (unreleased)

  • ADD: more commandline options implemented: repeat, due, dueTime, start

  • ADD: docs

0.0.1 (2015-09-14)

  • not released - pre alpha.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

twodolib-0.2.1.tar.gz (21.0 kB view hashes)

Uploaded Source

Built Distribution

twodolib-0.2.1-py2.py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page