lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] paste and… Re: copy URL to clipboard shortcut


From: Tim Chase
Subject: Re: [Lynx-dev] paste and… Re: copy URL to clipboard shortcut
Date: Mon, 20 Apr 2020 15:32:18 -0500

On 2020-04-20 19:42, Thorsten Glaser wrote:
> Dixi quod…
> 
> >export RL_CLCOPY_CMD='xsel -i'  
> # and
> export RL_PASTE_CMD='xsel -o'

this also suggests that, even if you don't run X but you do run
a multiplexer like tmux, you could use something like

   RL_CLCOPY_CMD='tmux loadb -'
   RL_PASTE_CMD='tmux showb'

which might just come in handy (/me files away for future use)

-tim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]