[Zope] [ANN] zshell: The Zope Shell

Jerome Alet alet@unice.fr
Thu, 3 May 2001 20:21:38 +0200


On Thu, May 03, 2001 at 09:21:57AM -0700, Simon Michael wrote:
> Serge Stinckwich <Serge.Stinckwich@info.unicaen.fr> writes:
> > > However these are different beasts: Stefane's one works in an
> > > external editor, mine works from within Zope's management
> > > interface.
> 
> It would be nice to have a unified zope shell with the same commands
> accessible through the web or from a remote command line.
> 
> Here's how it looks in a wiki page: http://zwiki.org/TestPage 
> Seems a bit dangerous though. There's probably some way to delete all
> pages with a single command.

YES be careful.

however it doesn't seem to work with your url. I confirm it works fine at
home.

Another thing you've missed is that its powerfulness resides in its
ability to deal with multiple commands, that's why the original form
was a textarea, e.g.:

	cd myfolder
	ls Folder Image 
	mv ThisFolder ThisOtherOne ..
	ls Folder Image
	cd ..
	ls
	cp ThisFolder myfolder

Enjoy.

Expect a new release very soon, you'll find the 'restart' command helpful !

bye,

Jerome Alet