Svetlitski / fcp

A significantly faster alternative to the classic Unix cp(1) command, copying large files and directories in a fraction of the time.
BSD 3-Clause "New" or "Revised" License
734 stars 17 forks source link

Feature request: terminal-based progress bar #16

Open vi opened 2 years ago

vi commented 2 years ago

Sometimes I use pv the_file > /path/to/other_file just to have a progress bar around.

A modernized file copying tool may have it built in.