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

links not pasting to clipboard #12

Open
gentlecolts opened this issue Jun 6, 2017 · 1 comment
Open

links not pasting to clipboard #12

gentlecolts opened this issue Jun 6, 2017 · 1 comment

Comments

@gentlecolts
Copy link

tested on ubuntu 16.04 with gnome

line 51 should be
printf $fileURL | xclip -selection "clip-board"
instead of
printf $fileURL | xclip -selection "clipboard"
this fixed it for me

@gentlecolts
Copy link
Author

and while i'm at it
printf $fileURL
should be either
printf "%s" "$fileURL" or echo "$fileURL"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant