diff options
author | Khronosschoty <khronosschoty@utmail.net> | 2016-07-28 00:34:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:31 +0700 |
commit | 31e8477084fa37f1d873536921cfdf9bbc31ec30 (patch) | |
tree | 0ca398a8699bbfdadc8a903b7ce86a5f56c6de1d /system/eltclsh/README | |
parent | 1c77e284c5a98d403179c73402ea0278cfcba85e (diff) |
system/eltclsh: Added (editline tcl shell).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/eltclsh/README')
-rw-r--r-- | system/eltclsh/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/eltclsh/README b/system/eltclsh/README new file mode 100644 index 0000000000000..7e996206e698c --- /dev/null +++ b/system/eltclsh/README @@ -0,0 +1,10 @@ +eltclsh (editline tcl shell) is an interactive shell for the TCL programming +language. It provides command line editing, history browsing as well as +variables and command completion thanks to editline features. The completion +engine is programmable in a way similar to tcsh, and comes with an intelligent +completion for the full tcl language by default. + +The package also provides elwish, an interactive interpreter for the Tk +toolkit. + +eltclsh is an open-source software released under a BSD license. |