Is there a way to keep terminal busy with `handlr open` until the application is quit?
Kabouik opened this issue · 1 comments
Kabouik commented
For a script, I would need handlr open
to keep the terminal busy while the default application process is still running, so that another command is run when the process is terminated. xdg-open
does this, but it seems handlr open
immediately detaches the terminal from the application. I have tried using handlr open "$@" &
in my ~/.local/bin/xdg-open
replacement for vanilla /usr/bin/xdg-open
, but that did not help.