Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3360 → Rev 3361

/trunk/uspace/app/bdsh/TODO
11,21 → 11,12
A list of things to do:
-----------------------
 
* cmds/modules : ls_scope and rm_scope are basically carbon copies of each
other, put this in util.c and make it a shared function.
 
* rm: add support for recursively removing directories and files therein
 
* Better sanity checking in modules that take multiple arguments
 
* Port an editor (vim?)
 
* Finish cat
* Finish cat / cp
 
* Feed task_spawn absolute paths if path doesn't begin with /
 
* Some getopt / getopt_long implementation
 
* Support basic redirection (i.e ls > foo.txt)
 
* Expand wildcards (i.e. *.txt), don't worry about variables for now