Command log output to clipboard or file? #4875
Unanswered
linusrachlis
asked this question in
Q&A
Replies: 1 comment 1 reply
-
No, we don't have a way to do that. Your best bet currently is to hold shift, this will allow you to select text in Kitty to copy it. Obviously doesn't work for multi-line output, but maybe better than nothing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was just wondering if there is a built-in way to save output from the command log. My use case is that a linter is giving errors on precommit and I want to get those into Neovim so I can work from that list. Either copying the command output to the system clipboard, or just dumping it to a file would be useful. I looked through the keybindings and discussions but I might just be missing something obvious.
The most obvious thing (copying by selecting text in the terminal) didn't work. I'm not exactly sure why but I know terminals are super complex and I guess it's in a mode that doesn't allow that (I'm using Kitty).
Thank you for the joy lazygit brings my work day ❤️
Beta Was this translation helpful? Give feedback.
All reactions