386BSD 0.1 development
[unix-history] / usr / othersrc / public / utree-3.03um / TODO
CommitLineData
9c6a1b95
WJ
1
2 UTREE - screen oriented filesystem utility
3 TODO, klin, Mon Feb 24 20:05:49 1992
4
5-> The system configuration file conf.h and the Makefiles could be
6 configured automatically!
7
8-> Instead of really removing files use save-remove with possibility
9 to restore so save-removed files, i.e.
10 'mv filename .#filename' (instead of 'rm filename')
11 'rm .#filename' before exiting utree
12
13-> Extend file patterns, i.e. file mode ...
14
15-> More sophisticated removing of subtrees
16
17-> More sophisticated menu handling
18
19-> Use colors instead of video attributes on color terminals
20
21-> Use of the curses library for screen dependent functions
22 instead of own coded functions (???)
23
24-> Port to X11/Motif (???)