czkawka
czkawka copied to clipboard
Move files instead of only delete options from the command line to a specified folder, possibly with rename on any conflicts moving
I pulled the latest git version as of May 12, 2022 and it definitely does what it says but I think it would be even better if there were a way to move the files to a specified folder and of course possibly renaming them as they are moved in case of conflicts.
The reason I think this is a good idea is, take for example an HTML page which has several files (example.js, example.jpg, index.html). But lets say that you use that same picture in various folders, if you delete it, it will break the web page but if you move it, you'll know exactly where to look for it afterwards. This is but a simple example.
This functionality could be useful. If files were moved to another location, those files could then be processed by another program, for example, a secure file deletion tool if the files happen to be sensitive.