]> git.donarmstrong.com Git - bin.git/blobdiff - renamepic
add bash color tester
[bin.git] / renamepic
index e89dc073b9d3c49a07802d685627d50f1a716df7..be6f9e1147f648d7e9b91940618367a6958260d1 100755 (executable)
--- a/renamepic
+++ b/renamepic
@@ -101,7 +101,7 @@ while (defined($_ = $current_directory->read)) {
 foreach my $picture (@pictures) {
      my $line = sprintf('%03s',$file_counter).$$picture{default_name};
      # view the image
-     `feh -FZ $$picture{old_name} > /dev/null` unless $$config{renumber_only};
+     `feh -Z $$picture{old_name} > /dev/null` unless $$config{renumber_only};
 
      #prompt to rename the picture
      print "Rename $$picture{old_name}\n";