lehitoskin / ivy

Ivy, the Taggable Image Viewer
GNU General Public License v3.0
16 stars 3 forks source link

Give other cmdline operations the -M treatment #43

Closed lehitoskin closed 8 years ago

lehitoskin commented 8 years ago

Adding or removing tags in batch is kind of slow. I'm certain it'd be a little faster if I gave -A and -D the same treatment as -M. Of course, this should be extended to all of the operations Ivy does. Batch image processing shouldn't have to be done in a for loop in the shell --- because that would make Ivy spawn a new instance every time, which is slow. Just give Ivy a whole bunch of images to process and it'll do that in one go.