mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 20:40:35 -04:00
8 lines
456 B
Plaintext
8 lines
456 B
Plaintext
The tclreadline package makes the GNU Readline library available for
|
|
interactive tcl shells. This includes history expansion and file/command
|
|
completion. Command completion for all tcl/tk commands is provided and
|
|
commmand completers for user defined commands can be easily added.
|
|
tclreadline can also be used for tcl scripts which want to use a shell
|
|
like input interface. In this case the ::tclreadline::readline
|
|
read command has to be called explicitly.
|