Termux
Only the termux versions provided along with uweb browser can work seamlessly.
Termux bookmarks
Long pressing the following links then either "commands"->"bookmark" to add bookmarks or "open in new tab" to execute.
GNU bc (basic calculator)
bc with all extensions
Click the following links to install termux configurations:
.bashrc
.inputrc
z.sh
commacd.sh
Copy existing termux installation to other devices
Using uweb to copy (Long pressing the following links and "open in new tab" to fix/send/receive):
Using ssh to copy
- target device: install termux app, then run "apt install openssh" inside the termux.
- source device: Send the "~/.ssh" folder with uweb browser to the network.
- target device: Uweb to visit "file://data/data/com.termux/files/home/" to reach the folder, then receive the data sent by the above source device.
- source device: Run "sshd".
- target device: Run the command "scp -P 8022 -r [source ip]:.. .."
Tips
File system navigation:
With z.sh and commacd, user can reach any folder with few key stokes. Run "v" to launch uweb file manager on the current working directory, long click any file link to share.