Skip to content

Execute an item without closing the LaunchBox #122

@sepich

Description

@sepich

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

webserver1.domain.local
webserver2.domain.local
webproxy.domain.local 

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, press Ctrl-Space to select second, press Enter - to connect to first two servers only.
Currently i'm using peco/percol for this, but willing to move on to GUI.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions