/ditado

Distributed Issue Tracker

Primary LanguageRuby

DITado

Ditado is a distributed issue tracker and wiki (in the future) for developers using distributed version managers like Git or Hg.

Add the bin folder to your path and then you can use the following commands (an their description):

  • ditado init (starts ditado on the current folder)
  • ditado issue add (add a new issue to the database)
  • ditado issue del (remove an issue)
  • ditado issue get (get the content of a issue)
  • ditado issue edit (change the content of a issue)
  • ditado issue list (list all existent issues)
  • ditado ui start (Prefer using this instead of the command line. It starts the web client for DITado. You can find it on http://localhost:9317)