From 0da832023b3d7d0921de1f76acbf6dd2595341d0 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 7 Aug 2025 20:07:34 +0300 Subject: added tecat.tes to standard library: can be installed as the Git textconv filter tecat.tes and repl.tes are now executable scripts, even though they are installed into the $SCITECOPATH. This is still much slower than the Lua version here: https://gist.github.com/rhaberkorn/6534ecf1b05de6216d0a9c33f31ab5f8 --- lib/repl.tes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 lib/repl.tes (limited to 'lib/repl.tes') diff --git a/lib/repl.tes b/lib/repl.tes old mode 100644 new mode 100755 index 9cfa8c0..b830e8b --- a/lib/repl.tes +++ b/lib/repl.tes @@ -1,10 +1,11 @@ +#!/usr/local/bin/sciteco -m !* * This is a stand-alone script that mimics * classic TECO command lines. * Requires an ANSI-compatible terminal. * * Currently, you must set the terminal characteristics on the outside: - * stty raw opost icrnl && sciteco -m repl.tes + * stty raw opost icrnl && /usr/local/share/sciteco/lib/repl.tes * * You can launch into interactive mode by typing -u#ex * -- cgit v1.2.3