articulite/bettercopy — explained in plain English
Analysis updated 2026-05-18
Copy thousands of small files much faster than the built-in Windows tool.
Delete files quickly using a keyboard shortcut instead of the slow Windows delete.
Speed up file transfers on modern SSD and NVMe drives without installing heavy software.
| articulite/bettercopy | gradium-ai/gradbot | kitlangton/cellshot | |
|---|---|---|---|
| Stars | 73 | 74 | 72 |
| Language | Rust | Rust | Rust |
| Setup difficulty | easy | — | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Install on Windows and use keyboard shortcuts, no admin privileges or configuration required.
BetterCopy is a free, open-source Windows utility that replaces the built-in file copy and delete operations with a faster, smarter engine. It is written in Rust and designed for modern computers with solid-state storage like NVMe drives and SSDs. When you copy files on a spinning mechanical hard drive, it detects the limitation and falls back to a slower, safer mode to avoid damaging performance. The tool works through keyboard shortcuts. You press Ctrl+Shift+V to paste and Ctrl+Shift+Delete to remove files. These shortcuts only activate when you are focused on Windows Explorer or the Desktop, so they do not interfere with typing or using other programs. A small background program watches for these key combinations and figures out where your cursor is pointing in the current folder. Where the built-in Windows copy handles files one at a time, BetterCopy splits the work across many threads. It uses two separate queues: one for small files under one megabyte and another for larger files. This design stops a single large file from blocking a batch of small ones. The program also detects whether a USB drive uses a modern or legacy connection protocol and adjusts its approach accordingly. The project focuses on staying lightweight and unobtrusive. It requires no administrator privileges, injects no code into the Windows shell, and leaves no background services or registry entries behind. When idle, it uses almost no CPU. A temporary progress window appears during operations and dismisses itself when the task finishes. In the project's own benchmark, copying 100,000 small files totaled around 800 megabytes. BetterCopy completed this in about 20 seconds, compared to 33 seconds for a tuned robocopy command and 4 to 5 minutes for Windows Explorer. The benchmark was run on a single test machine, so real-world results will vary. The project does not aim to compete with advanced tools like TeraCopy, but instead targets the typical user who wants faster copies without configuration.
A free Windows tool that makes copying and deleting files faster by using multiple threads and smart queues. It works through keyboard shortcuts and is designed for modern SSD storage.
Mainly Rust. The stack also includes Rust, Windows.
The explanation mentions it is free and open-source, but does not specify which license is used.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
double-check against the repo, no cap.