One 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?
Show HN: Clyp – Clipboard Manager for Linux
31–40 of 51 posts
Re: Show HN: Clyp – Clipboard Manager for Linux
#32One 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
#33One 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?
In addition to what is shown here, I added a job that runs every 5 minutes which prunes the history so that I can comfortably copy sensitive information as well.
Re: Show HN: Clyp – Clipboard Manager for Linux
#34Earlier quoted context omitted.
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?
I looked at mine, and it only has entries from my current login session.
Re: Show HN: Clyp – Clipboard Manager for Linux
#35One 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?
Can show last N entries and has a search bar as well, so you can click type away and cycle through results with TAB. Supports pinning as well.
Re: Show HN: Clyp – Clipboard Manager for Linux
#36Earlier quoted context omitted.
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?
Use a password manager/passkey so you don't have to do this
Re: Show HN: Clyp – Clipboard Manager for Linux
#37These clipboards are a privacy problem when you're sharing your screen. So many times a coworker has copy/pasted and a dialog with even passwords have been shown on screen...
Re: Show HN: Clyp – Clipboard Manager for Linux
#38Earlier quoted context omitted.
Use a password manager/passkey so you don't have to do this
Sometimes you have broken websites/apps so you gotta copypaste. Sometimes they even have fields where you can't paste either (K9mail on android) (I cry in 64 char password).
Re: Show HN: Clyp – Clipboard Manager for Linux
#39Linux 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.
This wouldn't prevent the malware that's constantly scanning the clipboard from stealing your password; it would only prevent you from using it after it's been stolen.
Re: Show HN: Clyp – Clipboard Manager for Linux
#40Linux 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.
> a single-use-paste option for passwords This wouldn't prevent the malware that's constantly scanning the clipboard from stealing your password; it would only prevent you from using it after it's been stolen.