git404hub

what is bettercopy fr?

articulite/bettercopy — explained in plain English

Analysis updated 2026-05-18

73RustAudience · generalComplexity · 2/5Setup · easy

tl;dr

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.

vibe map

mindmap
  root((repo))
    What it does
      Faster file copying
      Faster file deletion
      Smart SSD detection
    How it works
      Keyboard shortcuts
      Multi-threaded queues
      Small and large file separation
    Use cases
      Bulk file copying
      Speeding up transfers
      No-config fast copies
    Audience
      Windows users
      Non-technical users
      SSD owners
    Tech stack
      Rust
      Windows
      NVMe and SSD
    Key features
      No admin needed
      Lightweight and idle
      Explorer integration

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Copy thousands of small files much faster than the built-in Windows tool.

VIBE 2

Delete files quickly using a keyboard shortcut instead of the slow Windows delete.

VIBE 3

Speed up file transfers on modern SSD and NVMe drives without installing heavy software.

what's the stack?

RustWindows

how it stacks up fr

articulite/bettercopygradium-ai/gradbotkitlangton/cellshot
Stars737472
LanguageRustRustRust
Setup difficultyeasymoderate
Complexity2/53/53/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Install on Windows and use keyboard shortcuts, no admin privileges or configuration required.

The explanation mentions it is free and open-source, but does not specify which license is used.

in plain english

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.

prompts (copy fr)

prompt 1
How do I set up and use BetterCopy on my Windows machine to start copying files faster with keyboard shortcuts?
prompt 2
What are the exact keyboard shortcuts BetterCopy uses for pasting and deleting files, and when do they activate?
prompt 3
How does BetterCopy decide whether to use its fast mode or fall back to a slower safer mode for my hard drive?

Frequently asked questions

what is bettercopy fr?

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.

What language is bettercopy written in?

Mainly Rust. The stack also includes Rust, Windows.

What license does bettercopy use?

The explanation mentions it is free and open-source, but does not specify which license is used.

How hard is bettercopy to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is bettercopy for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.