home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 106 / EnigmaAmiga106CD.iso / indispensabili / console / zshell29 / readme < prev    next >
Text File  |  1996-03-07  |  3KB  |  65 lines

  1. Short:    CLI with REAL pipes and TAB-FNCompletion
  2. Type:     util/shell
  3. Replaces: util/shell/ZShell28.lha
  4. Uploader: uj3w@rz.uni-karlsruhe.de (Martin Gierich)
  5. Author:   Paul Hayter, Martin Gierich
  6. Version:  2.9
  7. Requires: Nothing
  8. Price:    Free
  9.  
  10. For those who never read documents:
  11.  Please read at least the small chapter in the documentation called
  12.  "For Those Who Never Read The Whole Documentation".
  13.  
  14. Sorry, the file ZShell.doc is not updated in this release. Have a
  15. look at ZShell.guide instead.
  16.  
  17. Features:
  18.  * Freeware, no payment required !
  19.  * Usage is similar (or better) to the standard AmigaDOS shell.
  20.  * Has 68 built-in commands including all often needed commands,
  21.    so no disk access is necessary.
  22.    eg. list, dir, cd, assign, delete, copy, move, path, info, type
  23.  * About 36K small (pure assembler code)
  24.  * Starting from Workbench (!) or CLI. No installation needed.
  25.  * ANONYMOUS PIPES. You can choose between real and pseudo pipes.
  26.  * Fast FILENAME COMPLETION by simply pressing TAB; shows all matches.
  27.  * REVIEW buffer to see again what scrolled out of the window.
  28.  * MENUS for convenient use.
  29.  * Some commands and debugging features for PROGRAMMERS.
  30.  * ONLINE HELP function and AmigaGuide documentation with examples.
  31.  * Support of OS2.0+ and OS3.0+ specific stuff.
  32.  * LOCALIZED using standard shell's catalog file.
  33.  * Can open its own screen
  34.  * Wild cards and recursive processing.
  35.  * Real RUN and NEWCLI command that reenters ZShell quickly.
  36.  * Application-Window/-Icon
  37.  * 100% script compatibility
  38.  * DIR and LIST both sort (by default) and show file sizes.
  39.  
  40. Description:
  41.  ZShell is a small (36K), fast and powerful Shell with many (68)
  42.  built-in commands. So it replaces most of the commands in the C:
  43.  directory (like LIST, COPY etc.) which saves disk space and
  44.  reduces disk accesses. There is NO way around ZShell for those
  45.  who do not have a hard disk or still have Kickstart 1.2/1.3 !
  46.  
  47.  But it is very useful for those with a better Kickstart and/or
  48.  hard disk, too, because for example it has powerful editing &
  49.  history, filename completion, pipes, review buffer, some
  50.  Kickstart 2.0/3.0 specific features and a lovely LIST command.
  51.  
  52.  I have tried to make ZShell compatible to the standard shell, not
  53.  just another UN*X shell clone, but with some features known from
  54.  UN*X shells. I especially have taken care that it is easy to use.
  55.  
  56.  ZShell is very useful for programmers, because it has things like
  57.  showing EXEC-lists and the task list, memory dumping and other
  58.  things you usually find in debuggers.
  59.  
  60.  You can switch off the internal command-line-editor to use
  61.  ZShell with console handlers like KingCON.
  62.  
  63. NOTE: The source code is available on Aminet in the archive
  64.       util/shell/ZShell29src.lha
  65.