task-tracking - 带有命令行界面的任务/问题跟踪系统

标签 task-tracking

是否有带有命令行界面的任务跟踪系统?

以下是我感兴趣的功能列表:

  • 简单的任务模板
    类似于带有属性:类型对的纯文本文件,例如:
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*" } 
  • XCopy 部署
    它不需要安装繁重的 DBMS

  • 多用户支持
    所以这不仅仅是一个人的待办事项列表

最佳答案

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

迪茨:http://web.archive.org/web/20121212202849/http://gitorious.org/ditz

也克隆在这里:https://github.com/jashmenn/ditz

关于task-tracking - 带有命令行界面的任务/问题跟踪系统,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/81698/

相关文章:

git - Git 中的分支描述

time - 推荐个人使用的基于 Web 的时间/任务管理解决方案?

time - 有没有人推荐一个好的任务/时间管理工具?

performance - Hadoop CDH5使用1个MapReduce TaskTracker在10个节点上的最高网络性能

testing - 管理手动测试结果的工具 - 可能与 trac 集成?