[Zope] [ANN] ZShell 0.1

Jose Soares jose@sferacarta.com
Fri, 04 May 2001 14:07:00 +0200


Very interesting Jerome. Maybe we can have also:

- grep: to search patterns into documents
- find or locate: to recursively search for a document name
- sed: to change text in documents

Jose'

Jerome Alet wrote:

> Hi,
>
> I'm very pleased to announce the new version of the Zope Shell.
>
> You can download this GPLed external method from:
>
>         http://cortex.unice.fr/~jerome/zshell/
>
> Current version is 0.1 and replaces 0.001
>
> Delete your old version an install this one, you'll probably love it !
>
> List of available commands (expect more soon):
>
> deluser         delete users
> adduser         add users
> lrole           add/delete local roles
> whoami          current username
> pack            pack database
> restart         restart zope
> save            save versions (untested)
> discard         discard versions (untested)
> copy            copy to clipboard
> cut             cut to clipboard
> paste           paste from clipboard
> import          import objects
> chown           change owner (doesn't work)
> man             shows help
> whatis          alias to man
> help            alias to man
> apropos         alias to man
> about           about ZShell
> google          launch a query on google
> wget            suck websites (not finished)
> mkdir           create folders recursively
> pwd             shows current working folder
> cd              change current folder
> rm              delete objects recursively
> mv              move objects (doesn't rename yet)
> cp              copy objects
> ls              list objects
>
> Any help and constructive criticism is appreciated.
>
> Hints:
>         * ls accepts meta types as its arguments, this may change soon.
>         * multiple commands must be separated by newlines, not ; for now.
>         * you can use a stylesheet named zshell.css
>         * absolute paths may not work completely, help needed.
>         * use the man command for the rest.
>
> Thanks to Peter Bengtsson and Simon Michael !
>
> hoping you'll find it as useful as I do...
>
> Jerome Alet - alet@unice.fr
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )