Show HN: Clyp – Clipboard Manager for Linux
1–10 of 51 posts
Re: Show HN: Clyp – Clipboard Manager for Linux
#2Re: Show HN: Clyp – Clipboard Manager for Linux
#3This has been one of my pain points switching from macOS to linux or windows. Great job.
Re: Show HN: Clyp – Clipboard Manager for Linux
#4I thought wayland had some restrictions on global clipboard access and the last time I tried none of the well known clipboard managers worked as expected. (Also they all looked like shit). This has been one of my pain points switching from macOS to linux or windows. Great job.
Re: Show HN: Clyp – Clipboard Manager for Linux
#5Re: Show HN: Clyp – Clipboard Manager for Linux
#6I thought wayland had some restrictions on global clipboard access and the last time I tried none of the well known clipboard managers worked as expected. (Also they all looked like shit). This has been one of my pain points switching from macOS to linux or windows. Great job.
https://github.com/murat-cileli/clyp/blob/2c0ce6c33813c3f35f...
Edit: Yes, tested it now and it doesn't detect clipboard events from Wayland windows when it doesn't have focus. It only detects events from Xwayland windows when unfocused, or if I copy something from a Wayland window and then focus the clyp window then it detects the thing I copied.
Re: Show HN: Clyp – Clipboard Manager for Linux
#7I thought wayland had some restrictions on global clipboard access and the last time I tried none of the well known clipboard managers worked as expected. (Also they all looked like shit). This has been one of my pain points switching from macOS to linux or windows. Great job.
Re: Show HN: Clyp – Clipboard Manager for Linux
#8Great work! does the CLI support clipboard operations like MacOS' `pbcopy` and `pbpaste` ? I've added it to my stars to keep and eye on the project, GTK4 and wayland support makes it rather futureproof IMO
alias pbcopy='xsel --clipboard --input'
alias pbpaste='xsel --clipboard --output'
I used to do the same thing on Xorg with xclip I thinkSwitching between macOS for job and linux for everything else, I’ve honestly never realized any difference.
Re: Show HN: Clyp – Clipboard Manager for Linux
#9You can also pin some entries so that they are permanently available, but that's a bonus.
I haven't seen a clipboard manager behave like that in Linux - can this one be used in a similar way?
Re: Show HN: Clyp – Clipboard Manager for Linux
#10One thing that I love about Windows (and there aren't many others) is that pressing Super+V (instead of Ctrl+V) shows a list of last N clipboard entries and you can select which one you wish to paste. Simple and very effective. You can also pin some entries so that they are permanently available, but that's a bonus. I haven't seen a clipboard manager behave like that in Linux - can this one be used in a similar way?