-
Notifications
You must be signed in to change notification settings - Fork 59
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
Copy "entire" file (not just file content) #244
Comments
Hi, please see #26 In particular, something like this is likely to do what you want:
|
Thanks for the quick reply! Unfortunately, this does not seem to work (and neither do the suggestions from the linked issue thread). In Gnome, when I go to Nautilus and Ctrl+C on a file,
and
and I can easily paste this file into other applications using Ctrl+V. Now I tried doing So this kind of seems like there must be something else that Nautilus is copying into the clipboard compared to wl-copy? |
i came here cuz https://yazi-rs.github.io/docs/tips/#selected-files-to-clipboard wasn't working... what i found was
now i can paste to thunar(maybe nautilus too?) file manager, but not to browser
now i can paste to browser (firefox) can i specify both type at once? |
This especially does not work for portals as they use something different |
Hi there,
I have looked around this repo, but I haven't found a matching issue.
How can an "entire" file be copied to the clipboard so that it can be pasted into other applications like web-browsers or email-clients (e.g. as attachments)?
When I do something like
$ wl-copy < my_document.pdf
, it appearently only copies the file content, but not the entire file. I can not paste the copied file into another application with Ctrl+V.What is the command to copy the entire file into the clipboard via wl-copy?
The text was updated successfully, but these errors were encountered: