| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-04-15 | Perf improvements | Rose Hogenson | 1 | -19/+26 | |
| 2025-04-15 | Don't wait for size calculation | Rose Hogenson | 1 | -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-13 | GitHub | Rose Hogenson | 3 | -4/+4 | |
| 2025-04-12 | Avoid error spam for recursive copies | Rose Hogenson | 1 | -2/+2 | |
| If we fail to create a parent directory, there's no need to try and copy the contents. | |||||
| 2025-04-11 | Fix a few path.Join to filepath.Join for local paths | Rose Hogenson | 1 | -3/+2 | |
| Not that this would work on Windows anyway | |||||
| 2025-04-11 | Add documentation | Rose Hogenson | 4 | -49/+160 | |
| 2025-04-11 | Fix error messages and special case empty path | Rose Hogenson | 1 | -10/+45 | |
| 2025-04-11 | Fix concurrency | Rose Hogenson | 1 | -94/+124 | |
| 2025-04-10 | Add support for SFTP remote file copies | Rose Hogenson | 4 | -86/+529 | |
| 2025-04-08 | Copy recursive | Rose Hogenson | 1 | -0/+172 | |
