akrabat / rodeo

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

Support creation of a new album when uploading #22

Closed akrabat closed 3 years ago

akrabat commented 3 years ago

It would be useful to be able to create a new album via Rodeo when uploading images. Somehow we need to determine if the user wants a new album or if they want to error if the name is incorrect. This could be a prompt or a flag.

akrabat commented 3 years ago

Decision to be made: Should we use --create-album {foo} or add interactivity to --album {foo} so that you can create the new album if it's not found?