gem install dst
Distracks available under the MIT license. You can get the source
at
% 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
I originally wrote dst back in July 2007 with the help of Gregory Brown to whom I am very grateful.