From: Scott Worley Date: Tue, 23 Dec 2014 06:14:12 +0000 (-0800) Subject: Move with mv -vi X-Git-Url: http://git.scottworley.com/picsort/commitdiff_plain/53194dd73f5fdd70b87003c0ac32e432d94d4e36?hp=ade6dae4cecb45d524771c9ba89863a16e236f65 Move with mv -vi --- diff --git a/picsorter.js b/picsorter.js index b07cfc6..5eee6c1 100644 --- a/picsorter.js +++ b/picsorter.js @@ -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]) {