sr / dst
watch download tarball
public
Description: todo-list manager I wrote back in 2008 with the help of Gregory Brown in order to learn Ruby and TDD
Homepage: http://atonie.org/2008/dst
Clone URL: git://github.com/sr/dst.git
dst /
name age message
file .gitignore Sun Feb 10 05:28:17 -0800 2008 Ignore Manifest generated by Echoe [sr]
file LICENCE Sat Feb 02 15:53:08 -0800 2008 puts under MIT licence [sr]
file README Sun Feb 10 05:28:37 -0800 2008 Minimalist README [sr]
file Rakefile Sun Feb 10 05:27:53 -0800 2008 - Echoe task - tasks to generate coverage repor... [sr]
directory bin/ Sat Jan 05 12:30:18 -0800 2008 Initial import [sr]
directory lib/ Sun Feb 10 04:59:46 -0800 2008 - Sort tasks by context - Use #select instead #... [sr]
directory 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