Download List

Projeto Descrição

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

Um novo comando script 'para carregar e executar um script e, em seguida, retornar o controle para o usuário. Script múltipla buffers, permitindo que os scripts para chamar outros scripts. Onerror Um novo comando 'que define o vetor de saltar para o tratamento de erro (é atualmente a única maneira de fazer condicionais). Novos sinalizadores para 'on' e 'at' permitindo que você especifique uma linha ou um tampão em relação à linha actual / tampão ou a linha atual de execução do script. Um arquivo de script demo 'b2s' está incluído um script que copia de um tampão aberto e corre-o.
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

'on <buffer> 'E' na <line> Modificadores de comando 'foram adicionados. Alias são carregados de um arquivo externo. Aliases '. Você ainda pode editá-los, mas eles estão em tampão 0 agora. Um par de pequenos bugs foram corrigidos.
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

O "salvar" comando faz (numerada) backups. Alias substituição simples foi adicionado. O script e alias-buffers agora pode ser modificado diretamente (eles estão abertos como amortecedores 0 e -1, respectivamente), permitindo a escrita de auto-modificar scripts. O comando "acrescentar" toma agora o "." (multi-entrada de linha) do pavilhão.
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

Esta versão adiciona uma página de homem, um rudimentar sistema de ajuda interno, um novo comando "showpg" que exibe uma página do arquivo de cada vez, e várias correções de bugs e pequenos ajustes na interface.
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

Lançamento público inicial. Implementa a edição de texto de base, incluindo vários buffers.
Tags: Alpha, Unstable, Initial freshmeat announcement
Initial public release. Implements basic text editing, including multiple buffers.

Project Resources