WISH Mini-Console 2011

Miscellaneous tools
Post Reply
Message
Author
User avatar
pa_mcclamrock
Posts: 695
Joined: Fri 03 Jun 2005, 23:13
Location: Fort Wayne, Indiana, USA

WISH Mini-Console 2011

#1 Post by pa_mcclamrock »

WISH Mini-Console 2011 is a simple, Tcl-based, Unix-type command-line console, available for download from Pa Penguin's Icebox (http://www.pa-mcclamrock.com/papenguins ... ml#wishmin). Requires Tcl (http://www.pa-mcclamrock.com/tcl-8.5.6-v1.pet) and Tk (http://www.pa-mcclamrock.com/tk-8.5.6.pet). WISH Mini-Console can run single-line and multiple-line Tcl/Tk commands, as well as many (though not all) common Unix commands. It has at least the following advantages over traditional Unix consoles for Tcl users:

* Tk text widget offers greater flexibility in editing multiple-line expressions.

* Command history listbox allows quicker review and re-running of numerous past commands.

* Multiple-line expressions are auto-tabbed in accordance with standard Tcl style.

* Paired braces, brackets, and the like can be inserted (and the cursor can be positioned between them) with a single key combination.

* Word wrap, character wrap, or no wrap can be applied to lines.

* Expressions in commands and output can be searched for.

* Code can easily be saved in files.

* Users need never type "tclsh" again (well, hardly ever).
It's stupid to use inferior software for ideological reasons.
--Linus Torvalds

Post Reply