Skip to content
This repository has been archived by the owner on Oct 4, 2018. It is now read-only.
/ dst Public archive

todo-list manager I wrote back in 2008 with the help of Gregory Brown in order to learn Ruby and TDD

License

Notifications You must be signed in to change notification settings

sr/dst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

todo-list manager I wrote back in 2008 with the help of Gregory Brown in order to learn Ruby and TDD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages