Functions to manage the 2DoApp from the command line.
Project description
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 (unreleased)
fixed classifier in setup.py
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
Built Distribution
Hashes for twodolib-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58f56b71e7c56ae4f2109004951225ef31cdcaa4616bc41cec6fc6918ac415fa |
|
MD5 | 54767f2cb52c6b1c6633e821a4b55fca |
|
BLAKE2b-256 | 3389ae169b2008374102ea5730a9aae7ceb561288caab8ff8645a77b6115069e |