-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Select and copy text in logs #167
Comments
I don't think it's doable with gocui. Disabling mouse events and trying to select text in logs, it just selects every single character that is currently on terminal, even frames which is not desirable. The only way to copy logs cleanly for now I guess is:
|
@angrykoala I am able to copy text from lazydocker by holding |
@jesseduffield It is a reasonable workaround but not ideal, for copying it's still better just accessing the logs directly |
Obvious, buy I'm leaving it here in case it helps: |
Is your feature request related to a problem? Please describe.
I'm not able to select or copy the output of docker logs
Describe the solution you'd like
I would like to be able to select text in logs and copy them using the context menu of the mouse, similar as when I execute
docker-compose logs
Additional context
I've tried this both on the default ubuntu terminal and guake (in ubuntu) with lazydocker v0.7.4
The text was updated successfully, but these errors were encountered: