Skip to content
/ taskboy Public

create new note in Tomboy with individual tasks in Taskwarrior.

Notifications You must be signed in to change notification settings

pi3ch/taskboy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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.

About

create new note in Tomboy with individual tasks in Taskwarrior.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages