]> git.scottworley.com Git - picsort/blobdiff - picsorter.js
Move with mv -vi
[picsort] / picsorter.js
index b07cfc67a500c916fbdd562a05879c7c9c2fc2a8..5eee6c18b634a5b322d5ec75a49a265267ab1d38 100644 (file)
@@ -180,7 +180,7 @@ function show_commands() {
     if (picinfo[f].deleted == "deleted") {
       commands.push("shred -u " + escaped_filename);
     } else if (picinfo[f].deleted == "extra") {
-      commands.push("mv " + escaped_filename + " \"$EXTRADIR\"");
+      commands.push("mv -vi " + escaped_filename + " \"$EXTRADIR\"");
     } else if ("name" in picinfo[f] && picinfo[f].name.length > 0) {
       var command = ["pic-mv"];
       if ("exposure" in picinfo[f]) {