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 / README
100644 38 lines (29 sloc) 0.897 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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