Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to keep terminal busy with handlr open until the application is quit? #47

Open
Kabouik opened this issue Jul 1, 2021 · 1 comment

Comments

@Kabouik
Copy link

Kabouik commented Jul 1, 2021

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.

@Kabouik
Copy link
Author

Kabouik commented Oct 11, 2021

I just realized that solving this would probably solve #13, and vice versa, as both issues are probably related to some extent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant