Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Ein neuer Befehl 'script' zu laden und ein Skript ausführen und dann wieder die Kontrolle an den Benutzer. Mehrere script-Puffer, so dass andere Skripte Skripte zu nennen. Ein neues Kommando "OnError", dass der Sprung Vektor für die Fehlerbehandlung Sets (ist derzeit der einzige Weg, um conditionals tun). Neue Flags 'on' und 'at' lassen Sie eine Zeile oder einen Puffer im Vergleich zu der aktuellen Zeile / Puffer oder aktuelle Zeile der Skript-Ausführung. Eine Demo-Skript-Datei "b2s" enthalten ist ein Skript, dass Kopien von einer offenen Puffer und führt sie aus.
Tags: 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

'auf <buffer> 'Und' auf <line> Befehl 'Modifikatoren wurden hinzugefügt. Alias-Namen sind nun aus einer externen Datei geladen. Aliases '. Sie können noch bearbeitet werden, aber sie sind in Puffer 0 now. Ein paar kleinere Fehler wurden behoben.
Tags: 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

Die "Speichern"-Befehl macht (nummeriert) Backups. Einfache Alias-Substitution wurde hinzugefügt. Das Skript-und Alias-Puffer können jetzt direkt geändert werden (sie sind als Puffer 0 und -1 bzw. offen), so dass das Schreiben von Selbst-Skriptgeneration. Die "append"-Befehl nimmt nun die "." (Multi-Line-Eingang) Flagge.
Tags: 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

Diese Veröffentlichung fügt eine man-Seite, ein rudimentärer interne Hilfesystem, einen neuen Befehl "showpg", die eine Seite der Datei zu einem Zeitpunkt, Displays und diverse Bugfixes und kleinere Schnittstelle zwickt.
Tags: 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

Initial public release. Implementiert grundlegenden Text-Bearbeitung, einschließlich mehrerer Puffer.
Tags: Alpha, Unstable, Initial freshmeat announcement
Initial public release. Implements basic text editing, including multiple buffers.

Project Resources