Show HN: ClipCapsule – A Clipboard Manager for Linux (Built with Go and Wails)

Hey HN

I built a tool called ClipCapsule, a clipboard manager for Linux that's designed to be entirely keyboard-driven.

Here’s what it does:

Lets you recall and paste previous clipboard entries using just CTRL + SHIFT + 1~9.

Keeps a history of everything you copy, in a local database.

Moves selected items to the top of the clipboard stack (so CTRL + V pastes it).

Built with Go + WailsJS for a fast native feel.

No cloud. No telemetry. No fluff.

Right now, you’ll need to run it with sudo or allow access to /dev/input/eventX for keyboard capture. We’re working on a proper daemon mode, so you won’t need the GUI open to use shortcuts.

This is still a work in progress, but it’s already been boosting my workflow. I’d love feedback or contributions from anyone interested!

GitHub: https://github.com/Victor-Evogor/clipcapsule Screenshot & demo GIFs coming soon!

Would love to hear your thoughts or feature ideas.


Comments URL: https://news.ycombinator.com/item?id=43686715

Points: 3

# Comments: 0

https://github.com/Victor-Evogor/clipcapsule

Creado 1mo | 14 abr 2025, 22:40:05


Inicia sesión para agregar comentarios

Otros mensajes en este grupo.

Show HN: Vaev – A browser engine built from scratch (It renders google.com)

We’ve been working on Vaev, a minimal web browser engine built from scratch. It supports HTML/XHTML, the CSS cascade, @page rules for pagination, and print-to-PDF rendering. It even handles calc()

18 may 2025, 20:30:03 | Hacker news
Show HN: Stack Error – ergonomic error handling for Rust

Stack Error reduces the up-front cost of designing an error handling solution for your project, so that you focus on writing great libraries and applications.

Stack Error has three goals:

1. P

18 may 2025, 20:30:02 | Hacker news
Show HN: Model2vec-Rs – Fast Static Text Embeddings in Rust

Hey HN! We’ve just open-sourced model2vec-rs, a Rust crate for loading and running Model2Vec static embedding models with zero Python dependency. This allows you to embed text at (very) high throu

18 may 2025, 18:10:16 | Hacker news
Show HN: Buckaroo – Data table UI for Notebooks

Buckaroo is my open source project. It is a dataframe viewer that has the basic features we expect in a modern table - scroll, search, sort. In addition there are summary stats, and histograms ava

18 may 2025, 18:10:13 | Hacker news