From 18559b5038b7215b37a6036140585765b358a389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D0=BC=D0=B5=D0=BD=20=D0=9F=D0=B5=D1=82=D1=80?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Thu, 14 May 2020 18:28:07 +0000 Subject: [PATCH] Update README.adoc --- README.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 2c58b45..39145ab 100644 --- a/README.adoc +++ b/README.adoc @@ -5,8 +5,10 @@ https://termoneplus.com/ *"TermOne Plus"* is an Android application that turns your Android device into an computer terminal. It is successor of abandoned Jack Palevich's terminal emulator. -Terminal is useful for accessing the command line shell (built into every Android phone) or use custom one (installed separately). This allows you to run various command line utilities. -It emulates a reasonably large subset of Digital Equipment Corporation VT-100 terminal codes. Supported terminal types include *vt100*, *screen* (default), *linux* and *xterm*. -As result console programs like *vi* (unix visual editor), *emacs*, *mc* (Midnight Commander file manager), *nano* (Nano's ANOther editor), *ssh* (PKIX-SSH) and other work smoothly. +Terminal is useful for accessing the command line shell (built into every Android phone) or use custom one (installed separately). +This allows you to run various command line utilities. +It emulates a reasonably large subset of Digital Equipment Corporation VT-100 terminal codes. +Supported terminal types include *vt100*, *screen* (default), *linux* and *xterm*. +As result console programs like *ssh* (PKIX-SSH), *vi* (unix visual editor), *emacs*, *mc* (Midnight Commander file manager), *nano* (Nano's ANOther editor), and other work smoothly. Code of "TermOne Plus" is hosted in https://gitlab.com/termapps/termoneplus[public repository]. -- GitLab