Show HN: Clyp – Clipboard Manager for Linux
21–30 of 51 posts
Re: Show HN: Clyp – Clipboard Manager for Linux
#22One 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?
Tried it, and found out I had disabled it in the past, and it fortunately has stayed off trhough updates. How does it deal with usernames/passwords/secrets in the clipboard? Do you clean it up periodically?
Re: Show HN: Clyp – Clipboard Manager for Linux
#23Great 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
Re: Show HN: Clyp – Clipboard Manager for Linux
#24Earlier quoted context omitted.
I actually went looking at the source code to see if this would work on Wayland and it doesn't. The clipboard snooping is implemented by listening for events using gdk.Clipboard, which is not an ext_data_control_v1 implementation. So on Wayland it'll only notice clipboard events if it's in focus (or if the compositor sends clipboard events to unfocused windows, which I'm not sure any do). https://github.com/murat-cil…
Odd, why does the readme tout "Full Wayland support" then?
Re: Show HN: Clyp – Clipboard Manager for Linux
#25Re: Show HN: Clyp – Clipboard Manager for Linux
#26One 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?
Re: Show HN: Clyp – Clipboard Manager for Linux
#27Re: Show HN: Clyp – Clipboard Manager for Linux
#28Linux clipboards have been a pain point to me for decades. What I really want is a single unified clipboard daemon that works across different login sessions and covers console and graphical environments with the same keyboard shortcut. Bonus points if it's got a single-use-paste option for passwords, and also buffers to hold onto multiple selections.
I'm not sure how a clipboard manager would know the text copied in was a password (or 2fa).
Re: Show HN: Clyp – Clipboard Manager for Linux
#29Great 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
Re: Show HN: Clyp – Clipboard Manager for Linux
#30One 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?