On 2019-04-03, Mihai Popescu <mih...@gmail.com> wrote:
> Hello,
>
> I am looking for a command or port application to copy large text from
> terminal into the clipboard for immediate paste operation in another
> window. I use to do that with left mouse click select then middle
> click. It should be something like script(1), but for clipboard inside
> an X session.
>
> If there is no such thing, can you tell what you use for large text
> blocks who need scrolling? One reason for this will be the dmesg copy
> from terminal - I need to do multiple scrolling and keep track of
> lines.
>
> Thank you.
>
>

I normally pipe output through xclip (in packages). If you want to combine
that with script(1) you could always xclip < typescript ..


Reply via email to