]> git.donarmstrong.com Git - bin.git/blobdiff - renamepic
* Update renamepic to use feh instead of xview
[bin.git] / renamepic
index 9fcc567d8c1063af8101b0b40b80d5c48b2c7b05..e89dc073b9d3c49a07802d685627d50f1a716df7 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
-     `xview -shrink $$picture{old_name} > /dev/null` unless $$config{renumber_only};
+     `feh -FZ $$picture{old_name} > /dev/null` unless $$config{renumber_only};
 
      #prompt to rename the picture
      print "Rename $$picture{old_name}\n";