When we upload an image, check to see if we have already uploaded it. If we have, do not do anything. Allow the -f CLI modifier to override this check.
The list of files that we have uploaded can be stored in the same directory as the image file (as a hidden file) or in the ~/.config/rodeo directory. This is controlled by the config setting upload.store_uploaded_list_in_image_directory.
When we upload an image, check to see if we have already uploaded it. If we have, do not do anything. Allow the
-f
CLI modifier to override this check.The list of files that we have uploaded can be stored in the same directory as the image file (as a hidden file) or in the
~/.config/rodeo
directory. This is controlled by the config settingupload.store_uploaded_list_in_image_directory
.Fixes #1