mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-05 02:05:25 +08:00
11ed7e45d8df561c246fb12c356e0bb11aeda812
In versions of Android earlier than 7.0 the FLAG_ACTIVITY_NEW_TASK is needed when starting an activity from a non-activity context. This was removed in Android 7.0 (possibly by mistake), see https://code.google.com/p/android/issues/detail?id=226647. Fixes #802
Termux app
Termux is an Android terminal app and Linux environment.
Note that this repository is for the app itself (the user interface and the terminal emulation). For the packages installable inside the app, see termux/termux-packages
License
Released under the GPLv3 license. Contains code from Terminal Emulator for Android
which is released under the Apache License 2.0.
Terminal resources
Terminal emulators
- VTE (libvte): Terminal emulator widget for GTK+, mainly used in gnome-terminal. Source, Open Issues, and All (including closed) issues.
- iTerm 2: OS X terminal application. Source, Issues and Documentation (which includes iTerm2 proprietary escape codes).
- Konsole: KDE terminal application. Source, in particular tests, Bugs and Wishes.
- hterm: JavaScript terminal implementation from Chromium. Source, including tests, and Google group.
- xterm: The grandfather of terminal emulators. Source.
- Connectbot: Android SSH client. Source
- Android Terminal Emulator: Android terminal app which Termux terminal handling is based on. Inactive. Source.
Description
Termux - a terminal emulator application for Android OS extendible by variety of packages.
Languages
Java
98.3%
C++
1.2%
C
0.4%
Shell
0.1%