-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add the clipboard package #21
Comments
Sounds awesome! What's the package name? |
Interesting project! |
I'm just making full use of the tools available on GH to make sure as many people are helped as possible. The only reason I made Clipboard is because I got burned by xclip and wl-clipboard being unmarketed and leaving me without a way to copy stuff in the terminal and I don't want anybody else to experience that. |
Yeah adding it isn't a problem at all! I do get an error though when trying to use it in a distrobox:
I don't see any extra packages to install, am I missing something? |
Whoever made that package made an error then, as that's a debug message that you should only see if you're making it in debug mode. I'll contact the package maintainer and see if it can be fixed. |
@castrojo The Alpine packages have been updated, see https://pkgs.alpinelinux.org/packages?name=clipboard Now CB should work great! 🚀 |
Awesome, I'll start using it! This image is still 3.17 but I'll start an |
I've PRed alpine edge to the toolbox community repo, once it's merged I'll work on this further. |
Alright it's in there, thanks for the great tool! |
I'm searching GH for all mentions of wl-clipboard and I came across 347647e. Adding
wl-clipboard
limits the usefulness of copying things with boxkit to just Wayland systems, which isn't very inclusive. My project Clipboard has an Alpine package and works on X11/Wayland/headless, and so including it here would allow boxkit to work with all those systems and not just Wayland ones. I hope this helps! :)The text was updated successfully, but these errors were encountered: