具有命令行界面的任务/问题跟踪系统 [英] Task/issue tracking system with command-line interface

查看:106
本文介绍了具有命令行界面的任务/问题跟踪系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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

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

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

  • 简单任务模板
    类似于具有property:type对的纯文本文件,例如:
  • Simple task template
    Something like plain-text file with property:type pairs, for example:
description:string  
some-property:integer required

  • 命令行界面
    例如:
    • command line interface
      for example:
    • // 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

        • XCopy deployment
          It should not require to install heavy DBMS

          多个用户支持
          因此,这不仅仅是一个人的待办事项清单

          Multiple users support
          So it's not just a to-do list for a single person

          推荐答案

          Ditz是一个简单,轻巧的分布式问题跟踪器,旨在工作 使用诸如darcs和git之类的分布式版本控制系统.

          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

          也在此处克隆: https://github.com/jashmenn/ditz

          这篇关于具有命令行界面的任务/问题跟踪系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆