Feature description
Using .tasks folder for executing termux widget scripts in background
When script executed via widget, it should create coproc or >&3 file descriptors for logging both output and error seperately.
On widget there will be two icons inline with script name one for output and one for error.
After running script, when user clicks the output/error button/icon, a pop-up view of output and error either live or using tail command will be displayed.
The pop view has to be resizable
The output text to be displayed how nicely it should be formatted should depend on user and script. Widget app just displays whaterver the script/command is sending to /dev/stdout and error