deadpixi / tine

tine - a modern clone of the AmigaDOS/TRIPOS ED display editor
GNU General Public License v3.0
60 stars 6 forks source link
amiga c console console-app console-application editor retro text-editor

tine - tine is not ED

Introduction

tine (pronouced "tiny" and standing for "tine Is Not ED") is a modern-day clone of the AmigaDOS/TRIPOS ED display editor.

ED was originally written by MetaComCo in the early 1980's as a display editor for the TRIPOS operating system. MetaComCo later ported TRIPOS to the Amiga, where it formed the core of AmigaDOS; as part of this port, ED was included as a display editor.

ED was shipped as part of every release of AmigaDOS, from 1.0 to the latest 4.x series. It stands as the standard display editor for the operating system (in other words, "ED is the standard text editor").

(Note that tine is not endorsed by any owners of the Amiga intellectual property, MetaComCo, or anyone else.)

Differences from ED

tine is more than just an implementation of ED's extended command language, or a set of key-bindings on top of some other editor. tine attempts to be faithful to ED's somewhat unusual handling of whitespace and tabs, its rather anachronistic cursor position handling (in some ways ED feels more like a typewriter than a display editor), its simplicity, and its general quirkiness.

In other words, tine tries to function as similarly to ED as possible, but there are a few differences:

The Good

The Less Good

All-in-all, tine functions similarly to ED circa AmigaDOS 1.3, with some features from AmigaDOS 2 and 3 and a few additional features. In any case, tine should be familiar and comfortable to ED users familiar with any version of the editor.

Screenshots

The font used in these screenshots is IBM Plex, which is the only font with a dotted zero that I've ever really liked (usually it's slashed zero or nothing).

Shot 1

Screenshot of tine

A screenshot of tine editing itself; the terminal has an excellent color scheme.

Shot 2

Another screenshot of tine

Three instances of tine running under mtm.

The instance on the top left is showing the output of the SH command, while the isntance on the bottom left is showing the currently defined function keys (i.e. the output of the DF command).

The instance on the right is editing text in multiple languages, displaying combining characters and other interesting features.

The Future

tine does not aim to be much more than an ED clone with a few improvements. However, the following changes are planned:

A Work in Progress

tine is very much a work in progress, but it's been stable enough to be my daily driver for a while now.

Please report any bugs you may find, and patches would be happily accepted. Note that, for the most part, differences in behavior from AmigaDOS ED are considered bugs, so please report any that you may find.