Inside the dry-run hyperdrive-mirror buffer, add a command to actually upload the files. Could be bound to "C-c C-c".
Alternatively, we could change the
dry-run
argument tono-confirm
. By default,hyperdrive-mirror
would pop up the*hyperdrive-mirror*
buffer which would allow you to upload files with "C-c C-c". With a prefix-arg, prompt for predicate (like we do now). With two prefix args setno-confirm
tot
and skip the confirmation step. IOW, don't display*hyperdrive-mirror*
, just open the parent URL.
See mirror-tabulated-list branch
Implemented in 60c5b4a