akrabat / rodeo

A command line tool to work with Flickr and images
MIT License
16 stars 4 forks source link

Keep track of uploaded photos #4

Closed akrabat closed 4 years ago

akrabat commented 4 years ago

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.

Fixes #1