Copy output of last command with keyboard shortcut #8797
Unanswered
Syphdias
asked this question in
Feature Requests, Ideas
Replies: 1 comment
-
|
Related: #6810. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
From Shell Integration:
If you want to select it, you probably want to copy it. I propose a new keyboard action
copy_commandoutput_to_clipboardthat does exactly that.What would be nice, is to just be able to use the regular keybind for
copy_to_clipboard: If nothing was selected, docopy_commandoutput_to_clipboard. I don't think there is a way to chainperformable:actions (yet) so this might need to be a separate keybind or a separate action to do both:copy_commandoutput_or_copy_to_clipboard.I don't have a use for it but writing to a file would just be one more step so I suggest also adding a
write_commandoutput_fileakin towrite_scrollback_file,write_screen_file, andwrite_screen_file.PS: This requires shell integration to work, of course.
Beta Was this translation helpful? Give feedback.
All reactions