jesseduffield / lazydocker

The lazier way to manage everything docker
MIT License
36.84k stars 1.18k forks source link

Copy container id to clipboard #580

Open JaydenElliott opened 1 month ago

JaydenElliott commented 1 month ago

Is your feature request related to a problem? Please describe. Loving lazydocker, however often have to run a docker container ps, in order to copy a container id or name in order to do a docker cp file.txt containerid:/some/path/file.txt.

Describe the solution you'd like In the lazydocker tui, hovering over a running container, a key binding should copy container id to the system clipboard.

peauc commented 3 weeks ago

That's a great idea ! I'll look onto it :+1: