-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add a option to help with --and-exit #51
Comments
This seems pretty reasonable. The goal is essentially that each entry can be dragged out once ("shelf"-style), and the program exits when there are no entries remaining? I wonder whether this is severable into two parts:
The mode you want would then be The shelf may be the only use for I know there are some others who watch these issues, so they might have comments on that. If you've already implemented this, however, I guess my question is: how straightforward is it to separate those two aspects? The functionality you describe sounds valuable already. |
Exactly that!
A new flag would be better so as to not break backwards-compatibility I will make a PR with what I have done already. I don't know much of C, so there might be better ways to do it. If there are, please point them out and I will be more than happy to correct them. adding a |
Hi, I would like to add a new flag (can't find a good name for it) to supplement the
--and-exit
flag. Currently, if I have multiple files "served" by dragon with the-x
option, then dragon doesn't wait till i drag all the files to respective apps. It closes on the firstdrag_end
event.I would like to add a
-X
or--individual-exit
(name could be improved) that will:drag_end
eventI know the
-a
option exists but my workflow consists of me having to drag different files to different applications.I have the code changes ready and can create a PR if the maintainers are interested. Please let me know if you have any questions
Thanks
The text was updated successfully, but these errors were encountered: