This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
dst /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Feb 10 05:28:17 -0800 2008 | |
| |
LICENCE | Sat Feb 02 15:53:08 -0800 2008 | |
| |
README | Sun Feb 10 05:28:37 -0800 2008 | |
| |
Rakefile | Sun Feb 10 05:27:53 -0800 2008 | |
| |
bin/ | Sat Jan 05 12:30:18 -0800 2008 | |
| |
lib/ | Sun Feb 10 04:59:46 -0800 2008 | |
| |
spec/ | Sun Feb 10 05:10:43 -0800 2008 |
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







