-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move source #297
base: master
Are you sure you want to change the base?
move source #297
Conversation
…ish as accepted header to MapQuest requests and results in the response location names being mostly in English not their native country language.
…ommand line option
…olders command line option" This reverts commit 03d4a9c.
This reverts commit b94372b.
…han %location or %date provide jmathai#279 (jmathai#283)
… trashing the source. the motivation is to make possible to process large library without disk size overflow with a growing trash folder.
# Conflicts resolved: # Readme.md # elodie/filesystem.py
1 similar comment
Hi @DZamataev. Thanks for the PR. I guess the |
3276ccf
to
12c17c9
Compare
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? |
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.