aboutsummaryrefslogtreecommitdiffstats
path: root/internal/cp
AgeCommit message (Collapse)AuthorFilesLines
2025-10-08Update import pathRose Hogenson1-2/+2
2025-04-17No more Elm ArchitectureRose Hogenson1-13/+5
2025-04-17Decrease max concurrencyRose Hogenson1-1/+1
2025-04-15Perf improvementsRose Hogenson1-19/+26
2025-04-15Don't wait for size calculationRose Hogenson1-3/+0
This can sometimes cause the progress bar not to render, but it also prevents a mysterious lag on exit if the size calculation ends up taking longer than the copy itself
2025-04-13GitHubRose Hogenson1-2/+2
2025-04-12Avoid error spam for recursive copiesRose Hogenson1-2/+2
If we fail to create a parent directory, there's no need to try and copy the contents.
2025-04-11Add documentationRose Hogenson1-28/+74
2025-04-11Fix concurrencyRose Hogenson1-94/+124
2025-04-10Add support for SFTP remote file copiesRose Hogenson1-86/+151
2025-04-08Copy recursiveRose Hogenson1-0/+172