Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aria2p not detecting macOS clipboard contents #90

Open
windowswithoutborders opened this issue Feb 18, 2021 · 1 comment
Open

aria2p not detecting macOS clipboard contents #90

windowswithoutborders opened this issue Feb 18, 2021 · 1 comment
Labels
unconfirmed This bug was not reproduced yet

Comments

@windowswithoutborders
Copy link

windowswithoutborders commented Feb 18, 2021

Describe the bug
when using the add downloads from clipboard feature, aria2p does not display the contents of the macOS clipboard

To Reproduce
copy anything. press a to see the contents.

Expected behavior
contents of clipboard are visible

System (please complete the following information):

  • aria2p version: 0.10.4 (installed through pipx with pyperclip injected just in case)
  • Python version: 3.9.1
  • OS: macOS 11.2.1

Additional context
For what it's worth, macOS uses the pbcopy and pbpaste commands for working with the clipboard on the command line.
Also, currently adding downloads from a text file witharia2p add <text_file.txt> is a perfectly fine workaround.

Example:

> echo 'this is a test' | pbcopy
> pbpaste
this is a test

 ~
>
@windowswithoutborders windowswithoutborders added the unconfirmed This bug was not reproduced yet label Feb 18, 2021
@pawamoy
Copy link
Owner

pawamoy commented Feb 18, 2021

Yeah if I remember correctly I was never able to make the clipboard Python package work correctly in CI. I'll take a look at this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unconfirmed This bug was not reproduced yet
Projects
None yet
Development

No branches or pull requests

2 participants