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

새로운 명령 '스크립트'로드 및 스크립트를 실행하고 다음 사용자에게 컨트롤을 반환합니다. 여러 개의 스크립트 버퍼, 스크립트는 다른 스크립트 호출을 준다. 오류 처리하기위한 도약 벡터 집합 새 명령 'OnError'(현재 conditionals 할 수있는 유일한 방법입니다.) 새로운 깃발 '과'당신이 줄을 지정하거나 현재 라인에 상대적인 버퍼 / 버퍼 또는 스크립트를 실행시키는 현재 라인에서의했다. 데모 스크립트 파일 'b2s'오픈 버퍼에서 복사 스크립트 실행이 포함됩니다.
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

'에 <buffer> '및'에서 <line> '명령을 개질제 추가되었습니다. 별칭 지금은 외부 파일에서, '로드됩니다. 별칭'. 넌 아직도 그들을 편집할 수있습니다,하지만 그들은 버퍼 0 지금이야. 사소한 버그 몇 가지 고정했다.
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

""명령을 () 번호를 만들어 백업을 저장할 수있습니다. 단순 별칭으로 대체가 추가되었습니다. 스크립트 및 별칭 - 버퍼 지금은 직접적으로 (그들은 버퍼를 각각 0과 -1)에 열려있는, 자신의 쓰기 스크립트를 수정함으로써 수정할 수있습니다. ""지금 걸리는 명령을 추가합니다 "." (멀티 라인 입력) 플래그.
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

이 릴리스의 man 페이지, 초보 내부 도움말 시스템, 새로운 명령은 한 번에 하나의 파일의 페이지를 표시합니다 "showpg", 각종 버그수정 및 작은 인터페이스를 개조하면 되겠어를 추가합니다.
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

초기 공개. 여러 버퍼를 포함한 기본적인 텍스트 편집을 구현합니다.
Tags: Alpha, Unstable, Initial freshmeat announcement
Initial public release. Implements basic text editing, including multiple buffers.

Project Resources