diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-02-14 22:53:33 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-02-14 22:53:33 +0300 |
commit | f53618c0baed906d2093c44a7be8be941ab606a8 (patch) | |
tree | 90b45f782c3442f8124236f61655b3e1bfb02502 | |
parent | 27f3200941d6a9155aa32ba3f7086b324f543e1b (diff) | |
download | sciteco-f53618c0baed906d2093c44a7be8be941ab606a8.tar.gz |
README: added demo gif
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,6 @@ Overview ======== -<img align="left" alt="SciTECO" src="ico/sciteco-48.png"/> SciTECO is an interactive TECO dialect, similar to Video TECO. It also adds features from classic TECO-11, as well as unique new ideas. @@ -17,6 +16,8 @@ as far as possible. For instance, moving the cursor to the right can be done imm When you delete a character from the end of the command line macro (called rubout), the side-effects of that character which may be a command or part of a command, are undone. +<img align="left" alt="SciTECO demo" src="https://sciteco.sourceforge.net/graphics/sciteco-ncurses.gif"/> + SciTECO uses the [Scintilla](http://www.scintilla.org/) editor component and supports GTK+ 3 as well as Curses frontends (using [Scinterm](http://foicica.com/scinterm/)). @@ -139,3 +140,5 @@ Additional Documentation * [Wiki at Github](https://github.com/rhaberkorn/sciteco/wiki) * A [short presentation](http://sciteco.sf.net/manuals/presentation.pdf) (in German!) hold at [Netz39](http://www.netz39.de/). + +<img align="center" alt="SciTECO icon" src="ico/sciteco-48.png"/> |