TheFox / flickr-cli

A command-line interface to Flickr. Upload and download photos, photo sets, directories via shell.
https://fox21.at
25 stars 9 forks source link

New CLI option for 'move-after-upload' #15

Closed samwilson closed 7 years ago

samwilson commented 7 years ago

This adds the --move (or -m) option for providing a destination directory for uploaded files to be moved to after upload. It removes this option from the config file (and so is a non-BC change).

If --move is not specified, the current default behaviour of not moving files is retained.

samwilson commented 7 years ago

Thanks for checking this out (I'm back from summer holidays now and wading through any number of emails!). I've fixed up the auth command, and rebased. Should be good to go now, but check again just to make sure. :-) Thanks!