Add an option to call any script.
zjn0505 opened this issue · 1 comments
zjn0505 commented
After selecting connected devices, there should be an option to call a script from anywhere with the arguments in the workflow.
i.e.
If someone really needs a quick access to the cmd adb -s {serial} shell dumpsys netstats | grep {predefined SSID}
, there isn't any chance to provide it as an public option that everyone uses this workflow will see it.
If he/she customized this workflow, then an update will probably make his/her work in vain.
I think it will be a good feature to create a configuration self_script
which will run a script that take all input arguments, with modifiers to silent-run or run-in-terminal.
Would be helpful for cases like #10