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…
In plain words
ClipCapsule is a keyboard-driven clipboard manager for Linux that stores copy history in a local database and lets users quickly recall and paste previous entries using keyboard shortcuts like CTRL + SHIFT + 1-9. Built with Go and WailsJS for fast performance, it offers no cloud storage, telemetry, or unnecessary features. It is designed for Linux users who work primarily from the keyboard and want instant access to their clipboard history without external dependencies.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
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.
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Launched alongside, April 2025
the whole month →- IB
Hi everyone, I built PyXL — a hardware processor that executes a custom assembly generated from Python programs, without using a traditional interpreter or virtual machine. It compiles Python -> CPython Bytecode -> Instruction set designed for direct hardware execution. I’m sharing an early benchmark: a GPIO test where PyXL achieves a 480ns round-trip toggle — compared to 14-25 micro seconds on a MicroPython Pyboard - even though PyXL runs at a lower clock (100MHz vs. 168MHz). The design is stack-based, fully pipelined, and preserves Python's dynamic typing without static type restrictions.…
Dev tools · 2025 · runpyxl.com
- UC
Life & fun · 2025 · filiph.github.io
- IB
https://the-pocket.github.io/Tutorial-Codebase-Knowledge/
AI · 2025 · github.com


