fcp icon indicating copy to clipboard operation
fcp copied to clipboard

A significantly faster alternative to the classic Unix cp(1) command, copying large files and directories in a fraction of the time.

Results 15 fcp issues
Sort by recently updated
recently updated
newest added

This commit adds a new boolean parameter `no_clobber` (https://github.com/Svetlitski/fcp/issues/31#issuecomment-1053722797) to the `copy_file` and `copy_into` functions in order to provide an option to skip copying files that already exist in the...

It would be interesting to test how `fcd` compares with GNU findutils / Parallel `find -printf | parallel`

Hi I decided to try out this utility on my workstation which seems to bottleneck on single core during file copying and so far results that I'm getting are extremely...

seeing some time related failure ``` error[E0282]: type annotations needed --> src/main.rs:27:44 | 27 | let args: Box = env::args().skip(1).collect(); | ^^^^^^^ cannot infer type of the type parameter `B`...