task-tracking

Task/issue tracking system with command-line interface


Are the any task tracking systems with command-line interface?

Here is a list of features I'm interested in:

description:string  
some-property:integer required
// Creates task
<task tracker>.exe -create {description: "Foo", some-property: 1}   
// Search for tasks with description field starting from F
<task tracker>.exe -find { description: "F*" } 

Solution

  • Ditz is a simple, light-weight distributed issue tracker designed to work with distributed version control systems like darcs and git.

    Ditz: http://web.archive.org/web/20121212202849/http://gitorious.org/ditz

    Also cloned here: https://github.com/jashmenn/ditz