📊Progress DisplayFancy TUI box with gradient progress bar, ETA, speed, and per-file tracking. Or plain text mode for logs and pipes.
🔄Resume & VerifyResume interrupted transfers with mtime, size, or strict BLAKE3 hash checks. Verify integrity after copy.
🌐Remote Copy (SSH)Upload and download over SSH with parallel transfers, smart compression, and per-worker progress. No extra tools needed.
⚡Fast by DefaultReflink (copy-on-write), copy_file_range on Linux, sparse file detection, and pipeline scan+copy for immediate start.
🛡️Safe OperationsDry-run preview, overwrite prompts, regex exclusions, atomic writes via temp file + rename.
🎨Fully ConfigurableCustom color gradients, bar characters, border styles, and reflink/sparse defaults via TOML config.