Open Xarrow opened 4 years ago
pyperclip
is cross platform
pyperclip
is used to read the url from clipboard, not having to paste it into the command line saves a lot of time and allows to bind the script to a keyboard shortcut.
pyperclip
is not cross-platform. It's supported on several platforms.
How about a command line option to bypass (or include) the pyperclip
functionality? Then it would work either way?
FAILED
Pyperclip could not find a copy/paste mechanism for your system.
For more information, please visit https://pyperclip.readthedocs.io/en/latest/index.html#not-implemented-error
pyperclip
can not support in linux server , and it does not support cross-platform .pyperclip
is not necessary in this project.