Skip file operation queue for tiny batches

Let's say I have a long file operation that takes 1h to complete.

Then I copy 1 file, and this gets added to the long queue. I know I can manually start this second small batch and have a special command to skip the queue, but this doesn't happen frequently enough to warrant another keybind, and I can forget about that long background job and use the usual more convenient keybind

Can DOpus be a little smarter and add an option to always bump such small (# of items and/or total size) file operations, i.e., start them automatically instead of adding to the queue in a paused state even for the regular Copy command?

You could use the evaluator in your Copy button to see how many files are selected and specify a different copy queue on the command line if there are less than the threshold number.

1 Like