Termux is an Android terminal app and Linux environment.
- Termux on Google Play Store
- Termux on F-Droid
- Termux Facebook
- Termux Google+ community
- Termux Help
- Termux Twitter
- Termux Wiki
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. This repository contains termux-api so there is not need to install it manually.
- 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.
This repository is maily an extesion of the Termux Project that allows the usage of bluetooth commands from console:
- termux-bluetooth-scaninfo: The first time termux will ask for permissions if needed, the second time you type this command it will start the scanning of devices (BLE is also supported under the dev-ble branch, however it hasn't been merged due to the lack of LE devices for testing), the third time you type this command it will stop the scanner.
- termux-bluetooth-connect: This command should allows to connect to a device, however it hasnt been implemented yet, feel free to insert your own code under the BluetoothAPI.
At the moment it shows only devices name but you can add more info to be printed.
If you have any question (or problem) feel free to post it in Issues section or contact me at stevensalazarmolina@gmail.com