tkcon

Enhanced interactive console for developing in Tcl

Install

All systems
curl cmd.cat/tkcon.sh
Debian Debian
apt-get install tkcon
Ubuntu
apt-get install tkcon
image/svg+xml Kali Linux
apt-get install tkcon
Windows (WSL2)
sudo apt-get update sudo apt-get install tkcon
Raspbian
apt-get install tkcon

tkcon

Enhanced interactive console for developing in Tcl

TkCon is a Tcl shell and console, making it ideal for experimenting with Tcl and Tk programs interactively. Features: Command history Path (Unix style) / Proc / Variable name expansion Multiple consoles, each with its own state (via multiple interpreters) Captures stdout and stderr to console window (puts overridden) Hot errors (click on error result to see stack trace) Electric character matching (a la emacs) Electric proc highlighting Communication between consoles and other Tk interpreters (including non-Tcl ones)