[ENH][GOODIE] CommandShell V1.3 (version 1.3 released)

David T. Lewis lewis at mail.msen.com
Sun Oct 21 03:12:01 UTC 2001


CommandShell 1.3
Previous released version: CommandShell 1.2
Best if used with OSProcess 2.4

CommandShell is a Smalltalk simulation of a Unix command shell, with a
simple dumb terminal window in Morphic and MVC. Useful for running
programs without leaving Squeak, for piping command output directly
into Squeak, and as a convenience for VM builders.

CommandShell can be loaded and run on any platform, but is only
really useful on Unix systems with OSProcess (the shell, command line
parsing, internal commands, doIt commands, and so forth will work, but
external commands can only be run on a Unix system with OSProcess).

CommandShell-V1-3.cs is the main change set.
CommandShell-sUnit-V1-3.cs contains SUnit tests for CommandShell (not required).
CommandShellV1-3-menuChanges.cs adds 'squeak shell' to the global menus.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: CommandShell-V1-3.cs.gz
Type: application/x-gunzip
Size: 31984 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20011020/411236ac/CommandShell-V1-3.cs.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CommandShell-sUnit-V1-3.cs.gz
Type: application/x-gunzip
Size: 3995 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20011020/411236ac/CommandShell-sUnit-V1-3.cs.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CommandShellV1-3-menuChanges.cs.gz
Type: application/x-gunzip
Size: 1088 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20011020/411236ac/CommandShellV1-3-menuChanges.cs.bin


More information about the Squeak-dev mailing list