Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muntashirakon/termoneplus
Forked from https://gitlab.com/termapps/termoneplus
https://github.com/muntashirakon/termoneplus
Last synced: 3 months ago
JSON representation
Forked from https://gitlab.com/termapps/termoneplus
- Host: GitHub
- URL: https://github.com/muntashirakon/termoneplus
- Owner: MuntashirAkon
- License: apache-2.0
- Created: 2021-02-04T12:09:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T17:09:52.000Z (over 3 years ago)
- Last Synced: 2024-04-13T21:50:17.581Z (9 months ago)
- Language: Java
- Size: 4.46 MB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
Terminal Emulator for Android
=============================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 *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].