<?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: NejiCode</title>
    <description>The latest articles on DEV Community by NejiCode (@nejicode).</description>
    <link>https://dev.to/nejicode</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4094439%2Fdd4c09dc-20cc-4000-a5eb-f723674677e5.jpg</url>
      <title>DEV Community: NejiCode</title>
      <link>https://dev.to/nejicode</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nejicode"/>
    <language>en</language>
    <item>
      <title>I was tired of my clipboard becoming a junk drawer, so I built Clipboard Inbox</title>
      <dc:creator>NejiCode</dc:creator>
      <pubDate>Sat, 29 Aug 2026 05:42:02 +0000</pubDate>
      <link>https://dev.to/nejicode/i-was-tired-of-my-clipboard-becoming-a-junk-drawer-so-i-built-clipboard-inbox-567a</link>
      <guid>https://dev.to/nejicode/i-was-tired-of-my-clipboard-becoming-a-junk-drawer-so-i-built-clipboard-inbox-567a</guid>
      <description>&lt;p&gt;I copy &lt;em&gt;a lot&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;URLs. Error dumps. File paths. Half a SQL query. Someone’s Slack message. A path I swear I’ll remember for “just a second.”&lt;/p&gt;

&lt;p&gt;And then… it’s gone. Or worse: it’s still there, buried under 40 other random things I also copied.&lt;/p&gt;

&lt;p&gt;I tried a few clipboard history tools. They all solved the first problem — “don’t lose what I copied.”&lt;br&gt;&lt;br&gt;
None of them solved the second problem — “don’t make me dig through landfill later.”&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;Clipboard Inbox&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  The idea
&lt;/h2&gt;

&lt;p&gt;What if clipboard history worked a bit more like email?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;New stuff lands in an inbox&lt;/li&gt;
&lt;li&gt;Obvious junk can go to trash&lt;/li&gt;
&lt;li&gt;Important stuff can be starred&lt;/li&gt;
&lt;li&gt;Recurring patterns can sort themselves&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not a second brain. Not a cloud sync suite. Just: &lt;strong&gt;capture + organize&lt;/strong&gt;, locally, on Windows.&lt;/p&gt;




&lt;h2&gt;
  
  
  What that looks like in practice
&lt;/h2&gt;

&lt;p&gt;I leave the app open (or minimized — closing it stops capture).&lt;/p&gt;

&lt;p&gt;While I work, copies show up as a list. Hover / arrow keys open a detail panel with the full text, line numbers, and quick actions: copy again, open in browser, open in Explorer, favorite, trash.&lt;/p&gt;

&lt;p&gt;Then the useful part: rules.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If it starts with &lt;code&gt;https://&lt;/code&gt; → put it in &lt;code&gt;URLs&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Or:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If it contains &lt;code&gt;Exception&lt;/code&gt; → put it in &lt;code&gt;Errors&lt;/code&gt;&lt;br&gt;&lt;br&gt;
(and maybe NOT match some noisy substring)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Rules can use starts with / contains / ends with / regex, plus a simple &lt;strong&gt;NOT&lt;/strong&gt; checkbox when you want the inverse.&lt;/p&gt;

&lt;p&gt;If I change a rule later, I can re-apply it across the whole history. That alone saved me from “I’ll clean this up someday.”&lt;/p&gt;




&lt;h2&gt;
  
  
  The small things that made me keep using it
&lt;/h2&gt;

&lt;p&gt;These weren’t in the original plan, but they stuck:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Exact duplicates don’t spam the list — they bump to the top&lt;/li&gt;
&lt;li&gt;Favorites survive cleanup when I trim old items&lt;/li&gt;
&lt;li&gt;Search covers content, comments, and tag names&lt;/li&gt;
&lt;li&gt;Themes / fonts, because I stare at this thing&lt;/li&gt;
&lt;li&gt;UI in English, Japanese, Chinese, and Korean (defaults from OS locale)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And everything stays local next to the exe. No account. No “please sync your clipboard to the cloud.”&lt;/p&gt;




&lt;h2&gt;
  
  
  Stack, briefly
&lt;/h2&gt;

&lt;p&gt;Wails + Vue + Go + bbolt.&lt;/p&gt;

&lt;p&gt;I wanted a real desktop app without shipping a browser as a side quest.&lt;/p&gt;




&lt;h2&gt;
  
  
  Is it for you?
&lt;/h2&gt;

&lt;p&gt;Maybe, if:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;you copy constantly&lt;/li&gt;
&lt;li&gt;you’ve abandoned clipboard history apps because they became noise&lt;/li&gt;
&lt;li&gt;you like local tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Maybe not, if you want mobile sync, global hotkeys everywhere, or a full snippet manager. This is intentionally narrower.&lt;/p&gt;




&lt;h2&gt;
  
  
  Link
&lt;/h2&gt;

&lt;p&gt;If you want to try it:&lt;br&gt;
&lt;a href="https://nejicode.gumroad.com/l/clipboardinbox" rel="noopener noreferrer"&gt;https://nejicode.gumroad.com/l/clipboardinbox&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I copy &lt;em&gt;a lot&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;URLs. Error dumps. File paths. Half a SQL query. Someone’s Slack message. A path I swear I’ll remember for “just a second.”&lt;/p&gt;

&lt;p&gt;And then… it’s gone. Or worse: it’s still there, buried under 40 other random things I also copied.&lt;/p&gt;

&lt;p&gt;I tried a few clipboard history tools. They all solved the first problem — “don’t lose what I copied.”&lt;br&gt;&lt;br&gt;
None of them solved the second problem — “don’t make me dig through landfill later.”&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;Clipboard Inbox&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  The idea
&lt;/h2&gt;

&lt;p&gt;What if clipboard history worked a bit more like email?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;New stuff lands in an inbox&lt;/li&gt;
&lt;li&gt;Obvious junk can go to trash&lt;/li&gt;
&lt;li&gt;Important stuff can be starred&lt;/li&gt;
&lt;li&gt;Recurring patterns can sort themselves&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not a second brain. Not a cloud sync suite. Just: &lt;strong&gt;capture + organize&lt;/strong&gt;, locally, on Windows.&lt;/p&gt;




&lt;h2&gt;
  
  
  What that looks like in practice
&lt;/h2&gt;

&lt;p&gt;I leave the app open (or minimized — closing it stops capture).&lt;/p&gt;

&lt;p&gt;While I work, copies show up as a list. Hover / arrow keys open a detail panel with the full text, line numbers, and quick actions: copy again, open in browser, open in Explorer, favorite, trash.&lt;/p&gt;

&lt;p&gt;Then the useful part: rules.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If it starts with &lt;code&gt;https://&lt;/code&gt; → put it in &lt;code&gt;URLs&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Or:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If it contains &lt;code&gt;Exception&lt;/code&gt; → put it in &lt;code&gt;Errors&lt;/code&gt;&lt;br&gt;&lt;br&gt;
(and maybe NOT match some noisy substring)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Rules can use starts with / contains / ends with / regex, plus a simple &lt;strong&gt;NOT&lt;/strong&gt; checkbox when you want the inverse.&lt;/p&gt;

&lt;p&gt;If I change a rule later, I can re-apply it across the whole history. That alone saved me from “I’ll clean this up someday.”&lt;/p&gt;




&lt;h2&gt;
  
  
  The small things that made me keep using it
&lt;/h2&gt;

&lt;p&gt;These weren’t in the original plan, but they stuck:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Exact duplicates don’t spam the list — they bump to the top&lt;/li&gt;
&lt;li&gt;Favorites survive cleanup when I trim old items&lt;/li&gt;
&lt;li&gt;Search covers content, comments, and tag names&lt;/li&gt;
&lt;li&gt;Themes / fonts, because I stare at this thing&lt;/li&gt;
&lt;li&gt;UI in English, Japanese, Chinese, and Korean (defaults from OS locale)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And everything stays local next to the exe. No account. No “please sync your clipboard to the cloud.”&lt;/p&gt;




&lt;h2&gt;
  
  
  Stack, briefly
&lt;/h2&gt;

&lt;p&gt;Wails + Vue + Go + bbolt.&lt;/p&gt;

&lt;p&gt;I wanted a real desktop app without shipping a browser as a side quest.&lt;/p&gt;




&lt;h2&gt;
  
  
  Is it for you?
&lt;/h2&gt;

&lt;p&gt;Maybe, if:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;you copy constantly&lt;/li&gt;
&lt;li&gt;you’ve abandoned clipboard history apps because they became noise&lt;/li&gt;
&lt;li&gt;you like local tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Maybe not, if you want mobile sync, global hotkeys everywhere, or a full snippet manager. This is intentionally narrower.&lt;/p&gt;




&lt;h2&gt;
  
  
  Link
&lt;/h2&gt;

&lt;p&gt;If you want to try it:&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>showdev</category>
      <category>software</category>
      <category>tools</category>
    </item>
  </channel>
</rss>
