firecat53 / urlscan

Mutt and terminal url selector (similar to urlview)
GNU General Public License v2.0
214 stars 38 forks source link

option to copy to 'real' clipboard (ie. not 'primary') #87

Closed Boruch-Baum closed 5 years ago

Boruch-Baum commented 5 years ago

This could be implemented as a parameter to the option -C, or as an item in a config file. What I've done locally is change line 331 of file urlchoose.py:

        cmds = ("xsel -ib", "xclip -i -selection clipboard")
firecat53 commented 5 years ago

Yeah, I'll have to think about the best way to handle it. Thanks for the request.

firecat53 commented 5 years ago

This commit should work for you. C to copy to clipboard, P to copy to primary selection.

Boruch-Baum commented 5 years ago

On 2019-04-04 09:53, Scott Hansen wrote:

This commit should work for you. C to copy to clipboard, P to copy to primary selection.

Thanks. I hope others find it useful, too.

-- hkp://keys.gnupg.net CA45 09B5 5351 7C11 A9D1 7286 0036 9E45 1595 8BC0