More TODO for the next versions. v0.1
authorviric@llimona
Sun, 25 Mar 2007 04:55:18 +0200
changeset 23 96fcebb68510
parent 22 afdc8410633f
child 24 ed2752e3c58a
More TODO for the next versions.
TODO
--- a/TODO	Sun Mar 25 04:48:43 2007 +0200
+++ b/TODO	Sun Mar 25 04:55:18 2007 +0200
@@ -1,10 +1,16 @@
 ## Features to be implemented
 
-v.0.2:
- - Have a nice list output
- - Allow killing a running process
- - Allow tailing a running process
-v.0.1:
+v0.2:
+ - Allow killing the running job
+ - Allow tailing any job
+ - Allow gzipping the output
+ - Allow removing a job from the queue
+ - Allow waiting any job
+v0.3:
+ - Add a '-h' for help
+ - Allow sending the output by mail
+ - Have a nice list output (correctly formatted)
+v0.1:
  -* The clients should _always_ go into background. *
  -* Allow to receive more parameters in the command line, and them be joined
    with spaces for the command passed to bash.
@@ -14,5 +20,5 @@
  -* The list of finished jobs should be clenead on demmand "-c".
  -* Output to a file should be possible. Use mkstemp().
  -* There should be no limit on output filename.
-v.0.0.1:
+v0.0.1:
  -* add tasks, and they run one after another. Input closed. Output in stdout.