-
Notifications
You must be signed in to change notification settings - Fork 25
Home
The successor of Another Term Lite.
See README.md.
Initially it was decided to fill the gap in USB serial dongle terminals that provide features allow comfortable work without a hardware keyboard. However as time passed, it has grown into something closer to Termux. Built-in SSH client has also been added.
-
passing content between shell and Android applications (implemented a bit better than in Termux as long as it passes opened descriptors via the SCM_RIGHTS message instead of copying data), see description;
-
access USB serial dongle right from the shell:
... | $TERMSH serial 9600 | ... -
no `am' command analog yet;
-
no commands to access phone features like battery stats, location etc.;
-
it's supposed to use PRoot with existing Linux repositories, see related PRoot clone and its build scripts and prebuilt binaries for Android.
