Normally, when using Termux:Tasker, you need to prepare a script and specify a file to use it, but by setting up tudo, you can write code directly in Arguments.
tudo setup
1.
2.
3.
4.
5.
See sample macros and screenshots for how to write code to Termux:Tasker.
GitHub - agnostic-apollo/tudo: A wrapper script to drop to shells or run shell scripts with termux user context in termux
A wrapper script to drop to shells or run shell scripts with termux user context in termux - GitHub - agnostic-apollo/tudo: A wrapper script to drop to shells or run shell scripts with termux user...
github.com
tudo setup
1.
pkg install vim
2.
pkg install curl
3.
curl -L 'https://github.com/agnostic-apollo/tudo/releases/latest/download/tudo' -o "/data/data/com.termux/files/usr/bin/tudo"
4.
export termux_bin_path="/data/data/com.termux/files/usr/bin"; export owner="$(stat -c "%u" "$termux_bin_path")"; chown "$owner:$owner" "$termux_bin_path/tudo" && chmod 700 "$termux_bin_path/tudo";
5.
sed -i -e "s/# allow-external-apps = true/allow-external-apps = true/" /data/data/com.termux/files/home/.termux/termux.properties
See sample macros and screenshots for how to write code to Termux:Tasker.
Attachments
Last edited: