Free & Open Source

Your clipboard. Finally under control.

Clipboard history, search, pinned items and auto-paste — all in one lightweight Linux app.

Clipmer v2.0.6
Search clipboard...
npm install clipmer
Just now
https://github.com/0x99M/project-y
2m ago
export default function App() {
5m ago
E95420
12m ago
ssh user@192.168.1.100
1h ago
git push origin main192.168.1.42SELECT * FROM userssk_live_4eC39HqLy…docker compose up -dhttps://api.example.comexport NODE_ENV=prodssh deploy@server-01npm run buildPGPASSWORD=s3cure!git push origin main192.168.1.42SELECT * FROM userssk_live_4eC39HqLy…docker compose up -dhttps://api.example.comexport NODE_ENV=prodssh deploy@server-01npm run buildPGPASSWORD=s3cure!

Everything you need, nothing you don't

Built for developers who live in the terminal and need their clipboard to keep up.

01

Clipboard History

Every copy is saved automatically — text, code, links, images. Up to 200 entries, deduplicated, always ready when you need them.

const server = express()Just now
https://api.example.com/v230s
Meeting notes from standup2m
SELECT * FROM users WHERE…5m
bearer eyJhbGciOiJIUzI1…8m
192.168.1.4215m
6 of 200 entries
02

Pinned Items

Star the entries you use all the time — server addresses, tokens, commands. They survive restarts and never get pushed out of history.

Pinned
History
ssh deploy@prod-server-01
STRIPE_KEY=sk_live_4eC…
docker compose up -d
temporary paste content
another copied text…
03

Smart Search

Start typing and results filter instantly. Search across content or notes, toggle between modes with Tab. Find anything you've ever copied.

auth|
ContentNotes
git checkout -b feature/auth
AUTH_SECRET=super_secret
// TODO: fix auth middleware
3 results found
04

Inline Notes

Attach a note to any clipboard entry — label what it is, where it's from, or what it's for. Notes are searchable and persist across restarts.

ssh deploy@prod-01
Production server - US East
PGPASSWORD=s3cure!x9
Staging DB password
curl -X POST https://…
Add a note…
05

Auto-Paste

Select an entry and press Enter — it's pasted directly into the active app. Native Wayland integration via GNOME Shell, no workarounds needed.

Clipmer
npm run build
cd ~/projects
Enter
Terminal
~$ npm run build
06

Keyboard First

Every action has a shortcut. Navigate with arrows, select with Enter, close with Escape. You never need to reach for the mouse.

CtrlShiftD
Open Clipmer
Navigate entries
Enter
Paste selected
Esc
Close window
Tab
Switch search mode
07

Dark & Light Themes

Switch between dark and light mode to match your desktop. Pick any accent color you want — the whole UI adapts instantly.

Dark
Search…
npm start
192.168.1.1
SELECT * FROM…
Light
Search���
npm start
192.168.1.1
SELECT * FROM…
08

Adjustable Font Size

Slide from 10px to 18px and every element in the UI scales proportionally. Make it compact or comfortable — your call.

Font Size14px
101418
git push origin main10px
git push origin main14px
git push origin main18px
09

Minimal View

Hides the header, tabs, and footer — just a floating list and a search bar. Toggle it with one shortcut for a distraction-free experience.

History
Pinned
Search…
git push origin main
docker restart app
export API_KEY=…

Three steps. That's it.

No setup, no configuration, no learning curve.

01

Just use your clipboard like normal

Copy anything

Clipmer watches in the background. Every Ctrl+C is saved automatically — text, code, links, images. No extra action needed.

server.js
const app = express();
app.get("/api", handler);
app.listen(3000);
Ctrl+C
Copied!
Saved to ClipmerEntry #147
02

One shortcut to find it all

Open & search

Press Ctrl+Shift+D and Clipmer pops up. Start typing to filter your history instantly. Switch between content and notes search with Tab.

CtrlShiftD
Clipmer
api|
app.get("/api", handler);Just now
fetch("/api/users")3m ago
// api endpoint config1h ago
03

Pasted into the active app

Press Enter

Select an entry and hit Enter. Clipmer closes and the text is pasted directly into whatever app you were using. Done.

Enter ↵
auto-paste
Terminal
~$ vim server.js
~$ app.get("/api", handler);_
Pasted

Ready to take control of your clipboard?

Download Clipmer and never lose a copied item again.

v2.0.6

Requires Ubuntu 20.04+ / GNOME / Wayland