Taskboy is a python script that creates new notes in Tomboy with associated task in Taskwarrior. By simply running taskboy [Task ID] you can create a new or modify already created note. An annotation would be added to associated task upon note creation. The title (description) of the task would be the title of the new created note.
Taskwarrior: http://www.taskwarrior.org/ (note: taskwarrior should be in the PATH)
Python
Tomboy
Taskboy has been tested within Ubuntu 10.04 and 11.04.
- Download and copy taskboy to home directory (e.g. /home/USERNAME/bin)
- Make taskboy executable (i.e. chmod a+x taskboy)
- Put taskboy in the system path
taskboy [Task ID]
e.g. taskboy 7
Note: Taskboy would automatically run Tomboy if it is not running.
You can set the title of the new created note to the task’s project title. To do so open taskboy, find the line
notefield = ‘Description’
and set it to
notefield = ‘Project’
Test under Windows environment
Feel free to contribute to this project.