<?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: Im Woojin</title>
    <description>The latest articles on DEV Community by Im Woojin (@rakkunn).</description>
    <link>https://dev.to/rakkunn</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%2F3860147%2F8f75007d-4931-48ca-881c-915ce86430f2.jpeg</url>
      <title>DEV Community: Im Woojin</title>
      <link>https://dev.to/rakkunn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rakkunn"/>
    <language>en</language>
    <item>
      <title>DualClip: multi-slot clipboard manager for macOS</title>
      <dc:creator>Im Woojin</dc:creator>
      <pubDate>Fri, 03 Apr 2026 23:09:10 +0000</pubDate>
      <link>https://dev.to/rakkunn/dualclip-multi-slot-clipboard-manager-44f5</link>
      <guid>https://dev.to/rakkunn/dualclip-multi-slot-clipboard-manager-44f5</guid>
      <description>&lt;p&gt;&lt;strong&gt;First project with macOS &amp;amp; Swift&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I wanted to share &lt;strong&gt;DualClip&lt;/strong&gt;, a native macOS menu bar app I’ve been working on.&lt;/p&gt;

&lt;p&gt;While there are many great clipboard managers like Maccy or Paste, I found that most of them focus on "History"—searching through a vertical list of everything you've copied.&lt;/p&gt;

&lt;p&gt;I built DualClip because I needed something that works more like a "Workbench." Instead of picking from a menu, DualClip gives you dedicated slots (A, B, and C) that you can access instantly via global hotkeys. &lt;/p&gt;

&lt;p&gt;🚀 How it differs from history-based managers:&lt;/p&gt;

&lt;p&gt;No List Selection: You don't have to break your flow to search or click an item from a list. You use ⌥⌘C to save to Slot B and ⌥⌘V to paste it instantly. &lt;/p&gt;

&lt;p&gt;Atomic Paste: When you trigger a secondary slot, the app performs a high-speed "injection"—swapping the system clipboard, pasting, and restoring the original content in less than 50ms. &lt;/p&gt;

&lt;p&gt;Parallel Workflow: Perfect for developers moving IDs and Emails simultaneously, or translators working with source and target text in two separate slots. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpzfbwy1oifgvlbmx1f7n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpzfbwy1oifgvlbmx1f7n.png" alt=" " width="566" height="422"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmo0pbvbliklcfzzhgc7e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmo0pbvbliklcfzzhgc7e.png" alt=" " width="714" height="510"&gt;&lt;/a&gt;&lt;br&gt;
🔐 Privacy:&lt;/p&gt;

&lt;p&gt;As a security enthusiast, I designed this with transparency in mind:&lt;/p&gt;

&lt;p&gt;In-Memory Only: Clipboard data is stored strictly in RAM and is never written to disk.&lt;/p&gt;

&lt;p&gt;Zero Network Access: The app has no network permissions. No telemetry, no analytics, no external communication. &lt;/p&gt;

&lt;p&gt;🛠 Tech Stack:&lt;/p&gt;

&lt;p&gt;Language: Swift 5.9+ / SwiftUI &amp;amp; AppKit Hybrid&lt;/p&gt;

&lt;p&gt;The project is licensed under MIT, and I’d love to get some feedback or contributions from this community!&lt;/p&gt;

&lt;p&gt;Thank you for reading my small project!&lt;/p&gt;

&lt;p&gt;🔗 GitHub Repository: &lt;a href="https://github.com/RAKKUNN/DualClip" rel="noopener noreferrer"&gt;https://github.com/RAKKUNN/DualClip&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>swift</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
