<?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: Eduardo Revilla Vaquero</title>
    <description>The latest articles on DEV Community by Eduardo Revilla Vaquero (@eduardo_revillavaquero_0).</description>
    <link>https://dev.to/eduardo_revillavaquero_0</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%2F3805756%2Ffc601217-918f-4b97-866a-e8e1609eef5e.jpg</url>
      <title>DEV Community: Eduardo Revilla Vaquero</title>
      <link>https://dev.to/eduardo_revillavaquero_0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eduardo_revillavaquero_0"/>
    <language>en</language>
    <item>
      <title>I built a clipboard manager for macOS that replaces 5 different tools</title>
      <dc:creator>Eduardo Revilla Vaquero</dc:creator>
      <pubDate>Wed, 04 Mar 2026 12:17:33 +0000</pubDate>
      <link>https://dev.to/eduardo_revillavaquero_0/i-built-a-clipboard-manager-for-macos-that-replaces-5-different-tools-i39</link>
      <guid>https://dev.to/eduardo_revillavaquero_0/i-built-a-clipboard-manager-for-macos-that-replaces-5-different-tools-i39</guid>
      <description>&lt;p&gt;As a developer I was tired of switching between tools every time I needed to process something I copied. Format JSON? Open a website. Encode Base64? Another tab. Resize an image? Open Preview. Convert a hex color? Google it. So I built ClipMason, a clipboard manager for macOS that detects what you copy and offers contextual actions right there.&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%2F4isebiactdqc5a3kplta.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%2F4isebiactdqc5a3kplta.png" alt=" " width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How it works&lt;/p&gt;

&lt;p&gt;ClipMason lives in the menu bar. Every time you copy something, it detects the content type and shows relevant actions.&lt;/p&gt;

&lt;p&gt;Text (22+ actions)&lt;/p&gt;

&lt;p&gt;Case conversion: uppercase, lowercase, Title Case, camelCase, snake_case, kebab-case&lt;/p&gt;

&lt;p&gt;Encoding: Base64, URL encode/decode&lt;/p&gt;

&lt;p&gt;Formatting: JSON pretty print, JSON minify&lt;/p&gt;

&lt;p&gt;Hashing: MD5, SHA-256&lt;/p&gt;

&lt;p&gt;Lines: sort A-Z/Z-A, remove duplicates, remove blank lines&lt;/p&gt;

&lt;p&gt;Stats: character, word, and line count&lt;/p&gt;

&lt;p&gt;Images&lt;/p&gt;

&lt;p&gt;Resize with precise control (percentage or exact pixel dimensions)&lt;/p&gt;

&lt;p&gt;Rotate, flip, grayscale, invert colors&lt;/p&gt;

&lt;p&gt;Annotate with drawings&lt;/p&gt;

&lt;p&gt;Extract text with OCR&lt;/p&gt;

&lt;p&gt;Export as PNG or JPEG&lt;/p&gt;

&lt;p&gt;Colors&lt;br&gt;
Copy a hex string like #FF5733? ClipMason detects it automatically and lets you convert to HEX, RGB, HSL, SwiftUI Color or CSS format.&lt;/p&gt;

&lt;p&gt;URLs&lt;/p&gt;

&lt;p&gt;Open in browser&lt;/p&gt;

&lt;p&gt;Extract domain&lt;/p&gt;

&lt;p&gt;Convert to Markdown link&lt;/p&gt;

&lt;p&gt;Files&lt;/p&gt;

&lt;p&gt;Open with default app&lt;/p&gt;

&lt;p&gt;Reveal in Finder&lt;/p&gt;

&lt;p&gt;Copy path for terminal use&lt;/p&gt;

&lt;p&gt;Tech stack&lt;/p&gt;

&lt;p&gt;SwiftUI for the UI, SwiftData for persistence, Swift 6 with strict concurrency. macOS 14+ native app, no Electron. 16 languages supported. Everything runs locally. No cloud, no tracking, no subscription.&lt;/p&gt;

&lt;p&gt;What I learned building it&lt;/p&gt;

&lt;p&gt;The hardest part was clipboard type detection. macOS puts multiple representations on the pasteboard simultaneously—for example, copying a file also puts a PNG icon on the clipboard. Getting the detection order right was tricky.&lt;/p&gt;

&lt;p&gt;Another challenge was image resizing on Retina displays. Using lockFocus() creates a 2x backing store, so a 100x100 resize produced 200x200. Switching to explicit NSBitmapImageRep with pixel dimensions fixed it.&lt;/p&gt;

&lt;p&gt;ClipMason is available on the Mac App Store as a one-time purchase. I'd love to hear what actions you'd find useful—I'm actively adding features based on feedback.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
