Allow using the pipe command to send screen and scrollback contents directly to the clipboard

See #1693
This commit is contained in:
Kovid Goyal
2019-06-07 07:47:34 +05:30
parent 9dc410c9fd
commit 84fcabe5cf
4 changed files with 16 additions and 2 deletions

View File

@@ -43,6 +43,10 @@ You can choose where to run the pipe program:
``tab``
A new window in a new tab
``clipboard, primary``
Copy the text directly to the clipboard. In this case the specified program
is not run, so use some dummy program name for it.
``none``
Run it in the background