fuc icon indicating copy to clipboard operation
fuc copied to clipboard

Modern, performance focused unix commands

Results 3 fuc issues
Sort by recently updated
recently updated
newest added

If io_uring ever adds support for copy_file_range (splice doesn't do copy acceleration AFAIK), we should be able to use that to parallelize our writes.

![image](https://github.com/user-attachments/assets/d8844e39-42d8-433e-87e5-017d981c4cf1) when i'm copying some rich directories, like system windows files, there're may be some problems like this one. for example, standart cp (windows) ignore errors (and show them). ![image](https://github.com/user-attachments/assets/8b553ece-83f7-45d6-8608-ba9c112018ed)...

Hello, Unless I'm mistaken, cpz does not handle sparse file and will copy null bytes over the wire. The xcp project (https://github.com/tarka/xcp) tries to iterate between sparse chunk and use...