frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Show HN: Clyp – Clipboard Manager for Linux

https://github.com/murat-cileli/clyp
26•timeoperator•2h ago

Comments

jdmg94•1h ago
Great 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
k_roy•1h ago
For Wayland I just use this:

        alias pbcopy='xsel --clipboard --input'
        alias pbpaste='xsel --clipboard --output'

I used to do the same thing on Xorg with xclip I think

Switching between macOS for job and linux for everything else, I’ve honestly never realized any difference.

esafak•25m ago
It would be nice if you could pipe to it like pbcopy, with each invocation creating a new entry, and add support for automatically expiring old entries.
eknkc•1h ago
I 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.

Arnavion•1h ago
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-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.

nine_k•1h ago
It's almost as if a Wayland compositor should keep a list of trusted apps to broadcast clipboard events to, somehow similar to how screenshots are handled. (Not that Wayland is well-rounded in this regard.)
Arnavion•54m ago
The ext_data_control_v1 protocol I mentioned is a protocol specifically for clipboard managers. So a client that wants to be a clipboard manager would implement that protocol. There are already implementations of it like wl-clipboard (which technically uses the older wlroots-specific version of the protocol, but they're similar). There is no need for the compositor to broadcast regular clipboard events (wl_data_offer).

Now the compositor could certainly keep an additional list of trusted applications that are allowed to be clients of the ext_data_control_v1 protocol. Though identifying the client to enforce such a thing is a bigger problem than just maintaining a list of applications, because the protocol has no client identification. AFAIK every compositor that supports that protocol has no restrictions on clients requesting it, though something involving the security-context protocol might change this in the future.

ghostly_s•56m ago
Odd, why does the readme tout "Full Wayland support" then?
RonanSoleste•23m ago
Because its easy to write it and most wont even verify?
beepbooptheory•1h ago
That's interesting.. Never ran into this, been using various clipboard managers in wayland (swaywm at first, now niri) for years without issue. copyq is what I use these days and, while not quite as pretty as this one, its great!
hungmung•1h ago
Linux 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.
bornfreddy•1h ago
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?

mnmalst•1h ago
I use a popup like that myself a lot. Clipman on xfce supports that but no pinning.
sbene970•1h ago
The "Clipboard History"[0] Gnome extension also does this quite well in my experience. I also recently switched from Windows 11 (to Ubuntu), very happy so far.

Edit: Supports pinning and binding it to Super+V as well!

[0] https://extensions.gnome.org/extension/4839/clipboard-histor...

nine_k•1h ago
Yes, I this is the feature I miss most; I'm almost ready to try to remember how to write in C.
ASalazarMX•1h ago
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?

Gracana•26m ago
I looked at mine, and it only has entries from my current login session.
SweetSoftPillow•50m ago
I configured copyq to work exactly like this, so it's doable.
pluc•1m ago
Yup as others have said, super+v for me invokes greenclip's rofi plugin which gives me a nice themable clipboard history overlay.
knighthack•1h ago
I use CopyQ. Love it because it's so cross-platform, and consistently works across my Mac and Linux machines with minimal fuss; it handles images really well too.
tigrezno•49m ago
These 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...
SweetSoftPillow•45m ago
Why images are limited to 3 and are there plans to fix that?
fkhadra•6m ago
Congrats on the release, I went the other way around, osx first in my case https://github.com/fkhadra/xcp, I'll probably add support for linux and windows when I get the time. Funny that we both used golang for that.

Ex-Google exec says law, medicine are waste, AI will catch up by graduation

https://fortune.com/2025/08/18/ex-google-exec-ai-founder-jad-tarifi-advanced-degrees-phd-waste-of-time-higher-education-becoming-obsolue/
1•zekrioca•18s ago•0 comments

Ask HN: Why do we still not have a single source of truth for the dev?

1•Kamil_19•1m ago•0 comments

An amusing blind spot in Go's static analysis

https://gaultier.github.io/blog/an_amusing_go_static_analysis_blindspot.html
2•mrtz•7m ago•0 comments

Show HN: Arduino traffic light(table-driven design)

https://resorte.neocities.org/arduinoEng
1•chclau•8m ago•0 comments

Soy crops squeeze Amazon park with 11,000-year-old rock paintings in Brazil

https://news.mongabay.com/2025/08/soy-crops-squeeze-amazon-park-with-11000-year-old-rock-paintings-in-brazil/
1•PaulHoule•8m ago•0 comments

Ask HN: Any AI startups working with diffusion models?

1•prisenco•9m ago•0 comments

FTC Warns Against Weakening the Data Security of Americans for Foreign Powers

https://www.ftc.gov/news-events/news/press-releases/2025/08/ftc-chairman-ferguson-warns-companies-against-censoring-or-weakening-data-security-americans-behest
2•rntn•9m ago•0 comments

ReachLLM – Dominate the AI Search Era

https://reachllm.com/
1•Sohazur•10m ago•1 comments

If the AI bubble does pop, what happens next?

1•peoplenotbots•13m ago•2 comments

Sea-level projections from the 1990s were spot on

https://news.tulane.edu/pr/study-finds-sea-level-projections-1990s-were-spot
3•geox•14m ago•0 comments

AI Fundamentals: Datasets 101 (2023)

https://www.latent.space/p/datasets-101
1•mooreds•15m ago•0 comments

Trump Says U.S. Will Take Nearly 10% Equity Stake in Intel

https://www.wsj.com/tech/trump-to-announce-u-s-taking-nearly-10-stake-in-intel-1a38225d
2•jaredwiener•15m ago•0 comments

I like me better when I'm with them

https://alexanderao.substack.com/p/i-like-me-better-when-im-with-them
1•aaronbrethorst•16m ago•0 comments

HTMS Stream Async HTML, Stay SEO-Friendly

https://github.com/skarab42/htms
1•skarab42•17m ago•0 comments

Y Combinator Brief in Epic vs. Apple

https://www.scribd.com/document/904912392/Y-Combinator-Brief-in-Epic-vs-Apple
5•Leary•20m ago•0 comments

The First Media over QUIC CDN: Cloudflare

https://moq.dev/blog/first-cdn/
2•kixelated•22m ago•0 comments

Piecing together the Arctic's sea ice history back to 1850 (2016)

https://www.carbonbrief.org/guest-post-piecing-together-arctic-sea-ice-history-1850/
1•marbu•23m ago•0 comments

OpenBlock's agent, OB-1, ranks #2 on Terminal Bench

https://twitter.com/openblocklabs/status/1958951300491878481
3•tejpalv8•25m ago•1 comments

Elon Musk to Take on Microsoft with 'Macrohard'

https://www.pcmag.com/news/elon-musk-to-take-on-microsoft-with-macrohard
1•12_throw_away•25m ago•2 comments

US probes delays in Tesla crash reports involving driver-assistance systems

https://www.reuters.com/legal/litigation/us-probes/delays-tesla-crash-reports-involving-driver-assistance-systems-2025-08-21/
3•1vuio0pswjnm7•26m ago•0 comments

Learn every individual feature your CPU supports with SpecSeek

https://github.com/Mellurboo/SpecSeek
1•Mellurboo•26m ago•1 comments

Logster – A lightweight desktop log viewer with timestamp search

https://github.com/vivekg13186/logster
1•blobmty•27m ago•1 comments

Show HN: MinuteTick – Do not lose track of time (or play Snake)

https://imaginaryapps.com/minutetick/
1•imaginaryapps•28m ago•1 comments

Chinese semiconductor shares surge after DeepSeek gives boost to homegrown chips

https://www.ft.com/content/3bae7153-ca0b-4f98-89ed-c9094fa0129c
3•nis0s•28m ago•0 comments

Think Doing Business in India Is Hard? Try Getting a Drink After Work

https://www.wsj.com/lifestyle/india-alcohol-permit-bars-76fbdc40
1•Geekette•28m ago•2 comments

Effects of Oral Contraceptive Pills on Brain Networks

https://onlinelibrary.wiley.com/doi/10.1002/hbm.70318
1•danielam•28m ago•0 comments

Show HN: A short story on developing a long-context World-Model with no money

https://francesco215.github.io/autoregressive_diffusion/
1•Sacco215•29m ago•0 comments

By-product recovery from US mines could reduce critical mineral import reliance

https://www.science.org/doi/10.1126/science.adw8997
1•bikenaga•29m ago•1 comments

Comctx: A Better Cross-Context Communication Library Than Comlink

https://github.com/molvqingtai/comctx
1•molvqingtai•30m ago•0 comments

Apple Explores Using Google Gemini AI to Power Revamped Siri

https://www.bloomberg.com/news/articles/2025-08-22/apple-explores-using-google-gemini-ai-to-power-revamped-siri
3•thm•30m ago•0 comments