home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / frontends / SystemWorks.README < prev    next >
Encoding:
Text File  |  1993-12-20  |  1.6 KB  |  17 lines

  1. Introduction
  2.  
  3. What is SystemWorks?
  4.  
  5.  
  6. SystemWorks assists your UNIX tasks.
  7. SystemWorks is the first NextStep-based visual oriented shell (as far as I know). You can process files with `scripts' simply by dragging an Icon from Workspace Manager to one of `script windows'.
  8. SystemWorks can perform conventional UNIX operation (such as tar-compress or uudecode) within Icon-oriented framework, and it doesn't require wide knowledge of UNIX, since such complications are hidden behind the Icon metaphor.
  9.  
  10. SystemWorks is intended to be a visual counterpart for Terminal.
  11. SystemWorks can display its current status by realtime animation. For example, when you dragged TeX files into a ``TeXprocessor'' script, it shows flow of data (tex -> dvi, dvi -> ps, ps -> preview for example) with at-a-glance animation (of course, you can suppress the animation if you asked to do so). Input data and output data are also represented as Input/Output Icon, to make it easier to grasp what's being done.
  12.  
  13. SystemWorks can encapsulate complications of UNIX commands.
  14. With well-designed scripts, you can use UNIX commands without examining hairy details on manual pages. Each script represents `what the script does' in a few words, as opposed to ordinary UNIX command-line interface, where you must describe `how to do it'.
  15. Of course, you could do that if some friendly gurus provide friendly shell scripts; but it's far easier to drag an Icon than typing VERY LONG file name CORRECTLY. What if you must type "/NextLibrary/Documentation/NeXT/SysRefMan/22_ClassSpecs/AppKit/Application.wn" at your Terminal? Now you have alternative way.
  16.  
  17.