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 Requirements

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

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.
標籤: new features, scripting enhancements, Alpha

2010-01-12 18:42
0.2.3

'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.
標籤: Alpha, Minor feature enhancements, Minor bugfixes

2009-11-20 18:04
0.2.2

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.
標籤: New features and enhancements

2009-11-14 11:11
0.2.1

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.
標籤: Minor bugfixes, Minor feature enhancements

2009-11-14 06:33
0.2.0

Initial public release. Implements basic text editing, including multiple buffers.
標籤: Alpha, Unstable, Initial freshmeat announcement

Project Resources