move source
Implements moving source files instead of copying them and optionally trashing the source. The motivation is to make possible to process large library without disk size overflow with a growing trash folder.
Coverage increased (+0.7%) to 92.516% when pulling 109e2918698563530a076942d1e8ae386521f6eb on DZamataev:feature/move-source into 086c26c19803ddeb0a905b02a974d9c067cc65e9 on jmathai:master.
Coverage increased (+0.7%) to 92.516% when pulling 109e2918698563530a076942d1e8ae386521f6eb on DZamataev:feature/move-source into 086c26c19803ddeb0a905b02a974d9c067cc65e9 on jmathai:master.
Hi @DZamataev. Thanks for the PR. I guess the --trash option does not achieve this. Let me think of how to better make it clear the difference between these options. (i.e. naming etc.)
This feature is definitely good to have. I assume it should save big chunk of importing time due to moving and not copying the files? And storage won't get full as quick due to files in trash not emptying automatically? I am facing this same problem of HDD getting filled double the speed due to trash contents. Any chance of having this merged?