Just cp - A simple cp implementation for the average Joe working on Linux or Mac, who occasionally needs to copy files.
jcp is a simple copy utility that:
- Has a copy progress bar
- Can resume interrupted transfers
- Can copy directories
- Supports concurrency
- Keeps my laptop awake during the transfer!
jcp provides a minimal command-line interface, designed to keep it simple. To invoke:
jcp <source> <dest>
If <source>
is a directory, it is copied to <dest>/<source>
recursively.
Download the jcp binary from the latest release and run.
Download the jcp binary from the latest release and run.
- jcp is not a sync tool. It does not verify the transfer, detect errors in partial transfers or runs in the background and keeps the directories synced.
- jcp currently does not process symlinks.
If you find this project useful and want to contribute and make it better, you are most welcome!