diff options
author | crunchy <crunchy> | 2002-09-13 15:20:23 +0000 |
---|---|---|
committer | crunchy <crunchy> | 2002-09-13 15:20:23 +0000 |
commit | 690c9e245e451dfd9723fd2dd86bac999228b4c9 (patch) | |
tree | 34926f17a13e765ee8f2356c611eb82872ba5810 /TODO | |
parent | c0c5a77e8220f9d1bcdb46f46527d0ef0ca50359 (diff) | |
download | mpiosh-690c9e245e451dfd9723fd2dd86bac999228b4c9.tar.gz mpiosh-690c9e245e451dfd9723fd2dd86bac999228b4c9.tar.bz2 mpiosh-690c9e245e451dfd9723fd2dd86bac999228b4c9.zip |
better signal handling, new command lpwd
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -$Id: TODO,v 1.12 2002/09/12 18:49:34 crunchy Exp $ +$Id: TODO,v 1.13 2002/09/13 15:20:24 crunchy Exp $ * Kernel Module - the MPIO can no multitasking, so: @@ -32,7 +32,12 @@ $Id: TODO,v 1.12 2002/09/12 18:49:34 crunchy Exp $ - more completion functions + command completion [DONE] + correct completion of filenames (quoting) + + command option completion - handle regexps in command arguments [DONE] - use indices for files as possible arguments for put/get - use shell-like regular expressions - command separator like ';' [DONE] + - using stdin for reading command sequences + - fill: uses current local directory to fill the current memory card + + options: random, best(?) + |