Download List

项目描述

ted (Tiny EDitor) is a lightweight commandline text editor designed for
scripting. It's intended to be an easier-to-use alternative to "ed". It
is lightweight, scriptable, and easily harnessed by shell scripts, but
doesn't suffer from the chronic user-unfriendliness that characterizes
ed. It is also slightly more featureful than ed, and includes multiple
editing buffers and built-in script handling.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-01-14 13:24
0.2.4

一个新的命令'脚本'来加载和运行一个脚本,然后返回控制权交给用户。多脚本缓冲,允许脚本调用其他脚本。一个新的命令'onerror',设置用于错误处理跳向量(是目前唯一的方法条件句)。新的标志,以'对'和'在'让你指定路线或缓冲区相对于当前行/缓冲区或脚本执行当前行。阿演示脚本文件'b2s'包含一个脚本的副本从打开的缓冲区并运行它。
标签: new features, scripting enhancements, Alpha
A new command 'script' to load and run a script and then return control to the user. Multiple script-buffers, allowing scripts to call other scripts. A new command 'onerror' that sets the jump vector for error handling (is currently the only way to do conditionals). New flags to 'on' and 'at' letting you specify a line or buffer relative to the current line/buffer or current line of script execution. A demo script file 'b2s' is included that copies a script from an open buffer and runs it.

2010-01-12 18:42
0.2.3

'在<buffer> '和'在<line> '命令修饰符增加了。别名现在加载从外部文件,'。别名'。你仍然可以编辑它们,但它们现在正在缓冲0。一个小错误夫妇是固定的。
标签: Alpha, Minor feature enhancements, Minor bugfixes
'on <buffer>' and 'at <line>' command modifiers were added. Aliases are now loaded from an external file, '.aliases'. You can still edit them, but they're in buffer 0 now. A couple of minor bugs were fixed.

2009-11-20 18:04
0.2.2

“保存”命令使(编号)备份。简单的别名替代加入。该脚本和别名缓冲区现在可以直接修改(它们作为缓冲区0和-1分别打开),使自我写作,修改脚本。在“追加”命令现在需要的“。” (多行输入)标志。
标签: New features and enhancements
The "save" command makes (numbered) backups. Simple alias substitution was added. The script- and alias-buffers can now be modified directly (they are open as buffers 0 and -1 respectively), enabling the writing of self-modifying scripts. The "append" command now takes the "." (multi-line input) flag.

2009-11-14 11:11
0.2.1

此版本增加了一个手册页,一个初步的内部帮助系统,一个新的命令“showpg”显示一次一个文件的网页,以及各种bug修正和未成年界面调整。
标签: Minor bugfixes, Minor feature enhancements
This release adds a man page, a rudimentary internal help system, a new command "showpg" that displays one page of the file at a time, and various bugfixes and minor interface tweaks.

2009-11-14 06:33
0.2.0

首次公开发行。实现基本的文本编辑,包括多个缓冲区。
标签: Alpha, Unstable, Initial freshmeat announcement
Initial public release. Implements basic text editing, including multiple buffers.

Project Resources