summaryrefslogtreecommitdiffstats
path: root/system/eltclsh/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/eltclsh/README')
-rw-r--r--system/eltclsh/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/eltclsh/README b/system/eltclsh/README
new file mode 100644
index 0000000000..7e996206e6
--- /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.