[Feature request]: an option to disable "Task executed: script.sh" toast when running tasks
Feature description
i'm using termux-toast to show a toast at the top of the screen, but i have to add a delay till this toast disappear and show mine
i saw #33 but it's more like a temporary solution
my idea is adding a config file like ~/.termux/termux.properties but for Termux: Widget
or makes it checks for a file if its exist the toast won't show like ~/.shortcuts/.no-toast
+1 because I trigger tasks with Key Mapper and would like to not have a toast. Perhaps there can be a hook (similar to termux-file-editor) called termux-task-output which will let the user decide how to handle the output. We could define a variable, $TASK_OUTPUT, in each individual task and then this hook is where we'd check this variable and decide on different outputs such as:
termux-toasttermux-notificationtermux-tts-speak- log to a file using redirection
>> - do nothing