sr / dst fork watch download tarball
public
Description: a KISS GTD manager for command line lovers
Homepage: http://atonie.org/2008/dst
Clone URL: git://github.com/sr/dst.git
Search Repo:
dst /
name age message
folder .gitignore Sun Feb 10 05:28:17 -0800 2008 Ignore Manifest generated by Echoe [sr]
folder LICENCE Sat Feb 02 15:53:08 -0800 2008 puts under MIT licence [sr]
folder README Sun Feb 10 05:28:37 -0800 2008 Minimalist README [sr]
folder Rakefile Sun Feb 10 05:27:53 -0800 2008 - Echoe task [sr]
folder bin/ Sat Jan 05 12:30:18 -0800 2008 Initial import [sr]
folder lib/ Sun Feb 10 04:59:46 -0800 2008 - Sort tasks by context [sr]
folder spec/ Sun Feb 10 05:10:43 -0800 2008 Disable stdout when testing [sr]
README
dst is a KISS GTD manager for the command line lovers.

== Licence

dst is copyright 2008 Simon Rozet. It is licensed under the MIT licence.
See the included LICENSE file for details.

== Install

  sudo gem install ape

== Usage

  % dst @mail john@doe.org about foo
  1 - `@mail john@doe.org about foo' created.
  % dst @code :myproj fix bug 123
  2 - `@code :myproj fix bug 123' created.
  % dst @code :myproj do foo and bar
  3 - `@code :myproj do foo and bar' created.
  % dst
  1 - @mail john@doe.org about foo
  2 - @code :myproj fix bug
  3 - @code :myproj do foo and bar
  % dst @mail
  1 - @mail john@doe.org about foo
  % dst :myproj
  2 - @code :myproj fix bug
  3 - @code :myproj do foo and bar
  % dst ^2
  Ok, `2 - @code :myproj fix bug' marked as `completed'.
  % dst
  1 - @mail john@doe.org about foo
  3 - @code :myproj do foo and bar

== Contact

Simon Rozet, simon@rozet.name