<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ezeiq7</title>
    <description>The latest articles on DEV Community by ezeiq7 (@ezeiq7).</description>
    <link>https://dev.to/ezeiq7</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3891200%2F9c4f63db-d26c-431f-8c1f-d648a30dda5c.png</url>
      <title>DEV Community: ezeiq7</title>
      <link>https://dev.to/ezeiq7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ezeiq7"/>
    <language>en</language>
    <item>
      <title>I built a clipboard manager that doesn’t interrupt your flow — here’s why and how</title>
      <dc:creator>ezeiq7</dc:creator>
      <pubDate>Tue, 21 Apr 2026 18:52:35 +0000</pubDate>
      <link>https://dev.to/ezeiq7/i-built-a-clipboard-manager-that-doesnt-interrupt-your-flow-heres-why-and-how-30jb</link>
      <guid>https://dev.to/ezeiq7/i-built-a-clipboard-manager-that-doesnt-interrupt-your-flow-heres-why-and-how-30jb</guid>
      <description>&lt;p&gt;I kept breaking my flow just to grab something I copied earlier.&lt;/p&gt;

&lt;p&gt;Switch app → open clipboard → scroll → switch back → forget what I was doing.&lt;/p&gt;

&lt;p&gt;It sounds small, but when you do it 50+ times a day, it adds up fast.&lt;/p&gt;

&lt;p&gt;So I built something that doesn’t interrupt you.&lt;/p&gt;

&lt;p&gt;👀 Clipboard Peek (the turning point)&lt;/p&gt;

&lt;p&gt;Hold Ctrl+Shift from anywhere and your clipboard appears instantly as a floating overlay.&lt;/p&gt;

&lt;p&gt;It doesn’t steal focus&lt;br&gt;
You can keep typing&lt;br&gt;
It just sits there when you need it&lt;/p&gt;

&lt;p&gt;You can lock it, scroll through history, and even zoom into images — all without leaving your current app.&lt;/p&gt;

&lt;p&gt;👉 That was the moment it stopped feeling like a tool and started feeling invisible.&lt;/p&gt;

&lt;p&gt;✨ Smart Paste&lt;/p&gt;

&lt;p&gt;I also realized most of the time I don’t just want to paste—I want to fix what I copied.&lt;/p&gt;

&lt;p&gt;So I added Smart Paste:&lt;/p&gt;

&lt;p&gt;comma-separated text → bullet points&lt;br&gt;
ALL CAPS → lowercase&lt;br&gt;
messy quotes/dashes → clean formatting&lt;/p&gt;

&lt;p&gt;The app now suggests the best format automatically.&lt;/p&gt;

&lt;p&gt;One keystroke and it’s done.&lt;/p&gt;

&lt;p&gt;⚙️ What I learned building this&lt;/p&gt;

&lt;p&gt;I built it in Python using Tkinter and Win32 APIs.&lt;/p&gt;

&lt;p&gt;A few things that were harder than expected:&lt;/p&gt;

&lt;p&gt;Getting WS_EX_NOACTIVATE right so Peek never steals focus&lt;br&gt;
Dealing with Python 3.14 ctypes changes&lt;br&gt;
Making clipboard listening reliable without constant polling&lt;/p&gt;

&lt;p&gt;Tkinter gets a bad reputation, but for a lightweight Windows utility it actually works well.&lt;/p&gt;

&lt;p&gt;🔒 Privacy by design&lt;/p&gt;

&lt;p&gt;Everything runs locally:&lt;/p&gt;

&lt;p&gt;no telemetry&lt;br&gt;
no accounts&lt;br&gt;
no cloud&lt;/p&gt;

&lt;p&gt;Clipboard data never leaves your machine.&lt;/p&gt;

&lt;p&gt;🚀 Current state&lt;/p&gt;

&lt;p&gt;v1.3.0 just shipped with:&lt;/p&gt;

&lt;p&gt;smarter search&lt;br&gt;
source app detection&lt;br&gt;
image zoom in Peek&lt;br&gt;
a much smoother launcher&lt;/p&gt;

&lt;p&gt;It’s free and open source.&lt;/p&gt;

&lt;p&gt;If you copy/paste constantly on Windows, you might find it useful:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/ezeiq7/Smart-Clipboard" rel="noopener noreferrer"&gt;https://github.com/ezeiq7/Smart-Clipboard&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Curious—what’s your current clipboard workflow?&lt;br&gt;
Do you use a manager, or just rely on Win+V?&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>opensource</category>
      <category>python</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
