GitXplorerGitXplorer
s

dst

public
11 stars
22 forks
1 issues

Commits

List of commits on branch master.
Unverified
e78cefa156fb8ba40849be3931c95ed62f4f1da3

Minimalist README

ssr committed 17 years ago
Unverified
6dc0c93276a72b08c895093f6f25a223d591f428

Ignore Manifest generated by Echoe

ssr committed 17 years ago
Unverified
d8879d3ff27e96ee3a8e9a791bfe3ed830f3561c

- Echoe task

ssr committed 17 years ago
Unverified
a49f50f78bc362ddb8fdf7401df27539ffc8d713

Disable stdout when testing

ssr committed 17 years ago
Unverified
8af7c137e9e68645cba27619dd4f3d0c65ea3ceb

- Sort tasks by context

ssr committed 17 years ago
Unverified
2acb0615a89bbcfb7a0a876ce867470dd994c9e5

puts under MIT licence

ssr committed 17 years ago

README

The README file for this repository.

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