LaurenceWarne / qute-code-hint

A Qutebrowser user script for hinting and copying code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyperclip possibly no longer needed

j-hui opened this issue · comments

Not sure if this is true across different version of Qutebrowser, but I was able to copy multiline code blocks without Pyperclip simply by commenting out the line:

        code_text = re.sub("(\n)+", delimiter, code_text)

Actually, this problem still exists on Linux, but not on macOS, interestingly.

Hi, I'll try and investigate this a bit next time I have access to a mac, and sorry for the (very) late reply!