-
Notifications
You must be signed in to change notification settings - Fork 21
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
Execute an item without closing the LaunchBox #122
Comments
Multiple selection of result items won't happen soon as it collides with the current design of the application. An alternative could be to be able to execute an item without the LaunchBox to hide, say with Would that be an acceptable solution? |
Yep, at least something, thanks. |
Played a bit with debugging a plugin, hope now I understand internals better.
Thanks |
|
Hello @polyvertex! Thanks for such a great app, loving it so far! I have an issue regarding this functionality; what I'd like to do is, for example, Open the LaunchBox, type notepad, press However, as soon as I launch notepad, it takes focus (even with the Is it possible to keep focus on the LaunchBox after opening something when pressing |
Thank you for detailed docs for your program, specs looking very promising - easy extension via Python plugins! But API missing one thing i'm willing to use - it is multiselect of results found.
My exact case is: we have thousands hosts to manage, hostnames/types are stored in some CMDB with REST API. Task is to quickly search db for type or part of hostname, get FQDN and connect to it. This is the clear case for Keypirinha, but issue is that i often need to open multiple session from the same search results (cssh/cputty/etc), like i typed 'web' and found
Now i want to press
Ctrl-A
,Enter
to open connections to all 3 found results.Or press
Down
,Ctrl-Space
to select first, focus moves to next item, pressCtrl-Space
to select second, pressEnter
- to connect to first two servers only.Currently i'm using peco/percol for this, but willing to move on to GUI.
The text was updated successfully, but these errors were encountered: