Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.15 KB

README.textile

File metadata and controls

42 lines (26 loc) · 1.15 KB

Taskboy

Screenshot

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.

Dependencies

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.

Installation

  1. Download and copy taskboy to home directory (e.g. /home/USERNAME/bin)
  2. Make taskboy executable (i.e. chmod a+x taskboy)
  3. Put taskboy in the system path

Usage

taskboy [Task ID]
e.g. taskboy 7
Note: Taskboy would automatically run Tomboy if it is not running.

Customize

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’

Todo

Test under Windows environment

Contribution

Feel free to contribute to this project.