aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2025-04-15More perf improvementsRose Hogenson1-26/+39
2025-04-15Bump depsRose Hogenson3-4/+4
2025-04-15Perf improvementsRose Hogenson2-56/+38
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 Hogenson6-14/+15
2025-04-12Bump depsRose Hogenson2-3/+3
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-11Fix a few path.Join to filepath.Join for local pathsRose Hogenson1-3/+2
Not that this would work on Windows anyway
2025-04-11Small documentation improvementRose Hogenson1-0/+1
2025-04-11Add documentationRose Hogenson9-74/+270
2025-04-11Fix ETARose Hogenson1-10/+8
2025-04-11Fix error messages and special case empty pathRose Hogenson2-23/+58
2025-04-11Fix concurrencyRose Hogenson2-140/+164
2025-04-10License with GPL3Rose Hogenson1-0/+674
2025-04-10Add support for SFTP remote file copiesRose Hogenson7-143/+730
2025-04-08Copy recursiveRose Hogenson2-79/+309
2025-04-07Initial commitRose Hogenson4-0/+223