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

Improvement - pet search - Does not write in current line #79

Open
ankurloriya opened this issue Sep 5, 2018 · 1 comment
Open

Improvement - pet search - Does not write in current line #79

ankurloriya opened this issue Sep 5, 2018 · 1 comment

Comments

@ankurloriya
Copy link

When I need to modify the pet store command I use search instead of exec.
In this case, I need copy paste pet search result.
We can improve search command which put after current terminal pointer. like fzf command do when we use Ctrl + R for search history.
This improvement need in the search command.

@jaroslawhartman
Copy link

Hi,

This feature woild be very much appreaciated. As a workoarodund, you could use pbcopy, e.g.:

$ pet search | pbcopy
$ 

Then the line is in the clipboard.

I found that I like to have it also printed on the screen, hence slightly more sophisticated command:

$ pet search | tee /dev/tty | pbcopy ; echo
scp -P 2024 rms@teliavpn:/tmp/* ~/Downloads/
$

I have it under a keyboard shortcut in my SSH manager.

Anyway, this is only a workaround - improvement in the tool would be fantastic!

Best regards,
Jarek

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

2 participants