# zshell (c) 2001 Jerome Alet & Free Software Foundation
#
# $Id: TODO,v 1.5 2001/05/30 21:26:06 jerome Exp $
#

zshell TODO:
============

	- Make most commands recognize options, the most useful
	  options would certainely be:

			--recurse and --maxdepth
			--hasperms=
			--type=
			--mtime=
			--mmin=
			--owner=
			...

	  and the commands to modify are:

		addprop
		delprop
		catalog
		uncatalog
		ls
		rm
		export
		dump
		wget
		lroles => maybe needs a parameter to choose the object.

	  Finishing and factorising the do_find() code should do it.

	- Add the locate command to search in ZCatalogs.

	- Create a ZShell Zope product, to allow people to create
	  ZShell scripts, just like Python Scripts or DTML Methods.

	- add if/elif/else, for and while.

	- Piping between commands.

	- Set up a webpage, CVS access, and mailing list
	  somewhere (SourceForge ?).

	- Create a test suite (it's a joke).

