This open-source clipboard manager slowly became my most important productivity tool


I didn’t think much of clipboard managers until I installed Ditto on a whim. Months later, it’s the tool I’d least want to lose, quietly saving me from re-typing and re-copying dozens of times a day.

What’s Ditto?

A free Windows tool with a surprisingly deep feature set

Ditto is an open-source clipboard manager for Windows that extends the basic copy-paste function built into the operating system. Instead of overwriting whatever you last copied, Ditto keeps a running history of everything you’ve copied, whether it’s text, images, or files, and stores it in a searchable database. You can pull up that history with a customizable hotkey, search through it, and paste any previous entry instantly, without needing to go back to the original source to copy it again.

The program has been around for years and is maintained by a small community of contributors on GitHub, which means it’s free, transparent about how it works, and unlikely to disappear behind a paywall or get bought out and bloated with ads. It’s written to be lightweight, running quietly in the system tray without consuming noticeable resources, even with thousands of clipboard entries stored.

And other than basic history, Ditto supports group hotkeys, so you can assign shortcuts to frequently used snippets like email signatures or boilerplate text. It also has a networking feature that syncs clipboard history across multiple computers on the same network, which is useful if you regularly move between a desktop and a laptop. The interface is dated, there’s no getting around that, but it’s fully functional, with options for customizing fonts, colors, and how many items are retained. For a tool that does one job, it does that job with far more depth than most people expect from something this small and unassuming.

Should you use it?

Yes, especially if you copy and paste often

A PC running Windows in a home office. Credit: Hannah Stryker / How-To Geek

Whether Ditto is worth installing comes down to how often you find yourself copying multiple pieces of information in succession. If your workflow involves jumping between documents, filling out forms, writing code, or doing customer support where you reuse the same responses repeatedly, Ditto removes a lot of friction you didn’t realize was there. The moment you can paste something you copied three steps ago instead of backtracking to find it again, the tool justifies itself.

It’s also a sensible choice for anyone wary of subscription-based utilities. Ditto is completely free, doesn’t ask for an account, and doesn’t phone home with telemetry, which matters if you’re copying sensitive information like passwords or personal data during your normal workflow. Since it’s open source, the code is available for anyone to audit, which adds a layer of trust that closed-source alternatives can’t offer outright.

That said, Ditto isn’t for everyone. If you rarely copy more than one thing before pasting it, or if your work doesn’t involve much repetitive text entry, the benefit will be marginal. The interface is also basic by 2026 standards, so anyone who cares about a polished, modern look might find it underwhelming compared to newer apps. There’s a small learning curve too, since some of the more advanced features, like group hotkeys and network sync, aren’t immediately obvious. But for the core use case, a searchable, persistent clipboard history, Ditto does exactly what it promises, and it does it for free.

What other alternatives are there?

Several options exist for different platforms and needs

An image showing Windows 11 logo. Credit: Microsoft

Ditto isn’t the only clipboard manager out there, and depending on your operating system or feature preferences, other tools might fit better. On Windows, the built-in Clipboard History (Win+V) offers basic multi-item copying, but it lacks search, persistent storage limits, and customization, making Ditto a clear upgrade for anyone who wants more control. ClipClip is another Windows-specific alternative with a more modern interface and added features like image editing within the clipboard manager itself, though it’s not open source.

For macOS users, Maccy and CleanClip are popular lightweight, open-source options that mirror much of what Ditto offers, with simple history tracking and quick search. Paste, a paid macOS app, takes things further with cloud sync across Apple devices and a more visually organized interface, at the cost of a subscription.

Cross-platform users might look at CopyQ, another open-source option available on Windows, macOS, and Linux, which supports scripting and more advanced automation than Ditto, though with a steeper learning curve. Linux users specifically often gravitate toward CopyQ or GPaste, both of which integrate well with various desktop environments.

Browser-based alternatives also exist, like clipboard extensions for Chrome or Edge, though these tend to be more limited since they only capture what’s copied within the browser itself. Ultimately, the right choice depends on your platform and how much complexity you’re willing to manage. For Windows users specifically, though, Ditto remains one of the most capable free options available.


A small tool with an outsized impact on daily work

Ditto isn’t flashy, but it solves a problem most people don’t notice until it’s gone. For Windows users tired of re-copying the same things repeatedly, it’s a free, trustworthy upgrade worth installing today.



Source link

Leave a Reply

Subscribe to Our Newsletter

Get our latest articles delivered straight to your inbox. No spam, we promise.

Recent Reviews


The first NAS that I built using an old laptop started out as a simple Plex server meant to keep my movies and shows all in one place and easy to access from any device. But like most homelab setups, it didn’t stay simple for long. One service turned into two, a few more Docker containers got added here and there, and before I knew it, my experimental Plex server turned into a full-blown homelab device.

All these self-hosted apps have completely changed how I use the device, as its job has been pushed well beyond the role of a simple media box. If you’d like to expand your horizons, here are some of the most useful services that you can run on your own home server.

I automatically back up all my photos with Immich

Keep every photo safely stored and synced without relying on Google Photos

Immich was one of the first self-hosted apps I installed after setting up the usual media stack. You can think of it as Google Photos, but instead of backing up your images to Google’s cloud, your home server acts as the cloud instead. The app is shockingly user-friendly, and while it doesn’t match all of Google Photos’ advanced features in scope or quality, it gets close.

Just like Google Photos, it backs up all photos from my phone (and my wife’s) completely automatically, pretty much as soon as I take them if I’m connected. It also organizes my photos and generates memories and flashbacks at the top of my timeline, reminding me of photos I took on this day in previous years, which is a heartwarming Google Photos feature beloved by many.

It can even read location metadata from my photos to create an interactive world map showing where I took them. This is incredibly cool, and since traveling is one of my favorite things ever, it feels super inspiring and makes me want to take even more photos abroad.

The best part about Immich is that my photos stay completely private, as they live on my own home server and not in the cloud. I don’t have to pay for a subscription either.

Admittedly, you do trade some redundancy by bearing the responsibility of your own backups, but that’s part of the self-hosting fun.



















Quiz
8 Questions · Test Your Knowledge

Interesting and unique NAS use cases
Trivia challenge

Beyond basic backups — how well do you know the surprising things a NAS can do?

MediaHome LabBackupNetworkingAutomation

Which popular open-source media server software is commonly self-hosted on a NAS to stream personal video libraries to any device?

Correct! Plex is one of the most popular apps for turning a NAS into a personal Netflix-style streaming server. It organizes your media with artwork and metadata and can transcode video on the fly for different devices and connections.

Not quite — the answer is Plex. While Kodi and VLC are great media players, Plex is specifically designed as a client-server platform that lets you stream your NAS library to phones, smart TVs, and browsers from anywhere in the world.

What is the name of the widely recommended data protection strategy that involves keeping three copies of data, on two different media types, with one copy offsite?

Correct! The 3-2-1 backup rule is a cornerstone of data protection strategy. A NAS plays a central role by acting as the second on-site copy, while cloud sync or an offsite drive satisfies the third copy requirement.

Not quite — the answer is the 3-2-1 backup rule. RAID is often mistaken for a backup, but it only protects against drive failure, not accidental deletion or ransomware. The 3-2-1 rule is the gold standard precisely because it covers multiple failure scenarios.

A NAS running a hypervisor or container platform like Docker can host a Pi-hole instance. What does Pi-hole primarily do?

Correct! Pi-hole acts as a DNS sinkhole, blocking known ad-serving and tracking domains before they ever reach your devices. Hosting it on a NAS via Docker means it runs 24/7 without needing a dedicated Raspberry Pi.

Not quite — the answer is that Pi-hole blocks ads at the DNS level. Rather than installing an ad blocker on every single device, Pi-hole protects your entire network, including smart TVs and phones, by intercepting ad domain requests before any data is loaded.

Many NAS manufacturers offer dedicated surveillance software packages. What is the primary function of these applications?

Correct! Synology Surveillance Station and QNAP’s QVR Pro are examples of NAS-based NVR (Network Video Recorder) solutions. They let you manage multiple IP cameras, set motion-triggered recording, and review footage without paying for a cloud subscription.

Not quite — the answer is managing and recording IP camera footage. A NAS can replace a dedicated NVR appliance entirely, storing days or weeks of footage locally. This is a compelling use case since it avoids ongoing cloud storage fees while keeping footage on hardware you control.

Which self-hosted application, commonly run on a NAS, automatically downloads TV show episodes and movies by integrating with torrent or Usenet indexers?

Correct! Radarr handles movies and Sonarr handles TV shows — together they form the backbone of a self-hosted media automation stack. They monitor release groups, grab new episodes automatically, and pass files directly to your Plex or Jellyfin library.

Not quite — the answer is Radarr and Sonarr. While Bazarr handles subtitles and Prowlarr manages indexers, Radarr and Sonarr are the core apps for automating movie and TV downloads respectively. They integrate with your NAS download client and media server for a seamless pipeline.

A NAS can be configured as a VPN server so that remote users can securely access the local network. Which VPN protocol, known for being modern and extremely fast, is supported by newer NAS operating systems like Synology DSM?

Correct! WireGuard is a modern VPN protocol praised for its lean codebase, high speeds, and strong encryption. Synology added WireGuard support to DSM, making it easier than ever to securely tunnel into your home network from anywhere without exposing your NAS directly to the internet.

Not quite — the answer is WireGuard. PPTP is outdated and considered insecure, while OpenVPN and L2TP/IPSec are reliable but more resource-intensive. WireGuard achieves better throughput with less overhead, which matters on the modest CPUs found in many NAS devices.

Nextcloud is a self-hosted platform frequently deployed on a NAS. Which major commercial cloud service does it most directly aim to replace?

Correct! Nextcloud provides file sync, document editing, calendar, contacts, and video calls — a direct alternative to Google Drive and Google Workspace. Running it on a NAS means your data never leaves your own hardware, which is a major privacy and cost advantage.

Not quite — the answer is Google Drive and Google Workspace. Nextcloud replicates the full productivity suite experience: shared folders, collaborative document editing, and mobile sync. When paired with a NAS, it becomes a powerful private cloud that rivals Google’s offering without any subscription fees.

Some photographers and videographers use a NAS as the central hub for a collaborative editing workflow. Which protocol, natively supported on macOS and optimized for high-bandwidth file access, makes a NAS behave like a fast local drive for video editing?

Correct! For video editing workflows, SMB Multichannel (or historically AFP on older Macs) allows a NAS to deliver the kind of sustained throughput needed to scrub through high-bitrate footage without copying files locally first. Pair this with a 2.5GbE or 10GbE network and a NAS can rival a dedicated SAN for small creative teams.

Not quite — the answer is SMB with Multichannel (or AFP on legacy Macs). FTP and WebDAV are too slow and latency-prone for real-time editing. SMB Multichannel bonds multiple network connections to boost throughput, which is why NAS vendors like Synology specifically market this feature to creative professionals editing 4K and 6K footage.

Challenge Complete

Your Score

/ 8

Thanks for playing!

I use AdGuard Home for DNS-level network control

Block junk traffic before it even reaches your network

AdGuard Home dashboard being displayed on a computer monitor. Credit: Ismar Hrnjicevic / How-To Geek

I recently upgraded my home network with a very cheap Wi-Fi 7 router, and unfortunately, it didn’t quite solve the all-too-common annoyances I’ve had with my day-to-day internet usage. Pages still took several seconds to load, and I continued experiencing random hangs, even on a wired connection.

After doing some digging, I learned that the issue was most likely related to how the router handles DNS forwarding, and that I could fix it by letting my NAS handle it using a network-based DNS filter called AdGuard Home. After setting it up, I noticed a massive improvement in browsing speed.

On top of offloading DNS forwarding requests from my router to my much more powerful NAS, AdGuard Home reduces how much work the router has to do in the first place by blocking ads, trackers, malware, and similar bloat. It blocks over 40% of all DNS requests, so you can probably imagine the kind of heavy lifting this little app is doing for my network in the background.

Don’t just take my word for it—you should try running a DNS sinkhole and see the improvement with your own eyes.

Seagate Expansion 6TB External Hard Drive HDD.

Storage Capacity

6TB

Brand

Seagate

The Seagate Expansion 6TB external hard drive is an excellent starting point if you are building a laptop NAS, offering plenty of capacity for backups and media. It is affordable, easy to set up, and fast enough over USB 3.0 for most home server use cases.


I run my smart home through Home Assistant

A central place to control and automate all your smart devices

A phone running Home Assistant next to a laptop NAS. Credit: Ismar Hrnjicevic / How-To Geek

I don’t have a ton of smart home devices, but the ones I do use require full and reliable control at all times. I use a bunch of smart bulbs and plugs from different brands to control lamps around my home, and for a long time, I used Google Home to manage them.

However, I recently discovered the beauty of Home Assistant, which is light enough to run inside a Docker container on relatively weak hardware like my laptop. Home Assistant supports almost any smart home protocol, allowing me to connect devices from different brands. It also has advanced automation and routine support that goes well beyond the basics of apps like Google Home.

Some Home Assistant aficionados sneer at the idea of running Home Assistant inside a Docker container instead of Home Assistant OS, but the beauty of this setup is that you still get the essential Home Assistant experience while keeping your home server flexible. Maybe I’ll upgrade to VMs one day, but for my current needs, this setup works just fine!


The Home Assistant logo with Octocon RGB LED lights on the wall in the background


I Found the Best Way to Install Home Assistant

Sometimes, I forget I even have Home Assistant running because it’s so reliable now.

I host a private fitness tracking setup instead of relying on Strava

A self-hosted alternative for logging runs without sharing data

Endurain running on a computer, showing fitness data. Credit: Ismar Hrnjicevic / How-To Geek

Strava is an incredibly popular fitness app that I used briefly to log my outdoor runs. It’s built to act as a social platform, meaning it heavily encourages sharing your exercises with others, complete with GPS tracking data. Sending sensitive data like this to a third-party platform just rubs me the wrong way, so I replaced it with an open-source app that keeps my workouts offline.

To keep all my workouts logged in one place, I use Endurain. It’s basically a self-hosted alternative to Strava that you and other people connected to your NAS can use to log workouts while keeping the data contained within your own system.

It’s an awesome little app that gives me full ownership of my workout metrics while keeping the sensitive data offline.

I run my own cloud storage with Nextcloud

Your own private Google Drive-style storage

Nextcloud interface on a laptop screen with two Raspberry Pi devices in the background. Credit: Jordan Gloor / How-To Geek

Nextcloud offers a whole suite of services that you typically associate with Google, like contacts, calendars, and Google Drive. I was particularly interested in that last one, as I’ve already got Immich for my photos and don’t really mind using my Google account for everything else.

However, Google Drive is something I’ve been wanting to replace for years, and Nextcloud has finally helped me achieve that. Instead of a measly 15 GB limit (which is shared across my entire Google account), I’ve got terabytes of available space on my attached external hard drive.

I finally have a self-hosted cloud storage solution that I can back up and sync all my important files to, and it’s super convenient for transferring files between my devices.

To top it all off, I get significantly faster upload and download speeds as well, which is a massive plus considering my severely limited 200Mbps (download) / 15Mbps (upload) internet plan.


A laptop with an external hard drive operating as a NAS.


I tried to ditch cloud storage for self-hosting. Three drives and a mini PC later, I gave up

There are time sucks, and then there are time sucks.

Your Plex server can be more than just a streaming box

Once you start experimenting with your media server by running other self-hosted services on it, you’ll begin to understand just how versatile a simple NAS can actually be. I now treat my little laptop NAS as an experimental playground, constantly swapping out services and trying out new apps, just to see what actually sticks in day-to-day use—which is what self-hosting is all about!



Source link