rename image

usage

this tool let you rename image while previewing them.

  1. drop image files on webpage or select them with the file-picker.
  2. or copy the absolute path of images to the textarea, and click the load path button (or Ctrl-o).
  3. edit the filename in the textarea
  4. the right area will show the image which the cursor on.
  5. Enter key will move cursor to the next image path, and Shift-Enter will move to the previous image.
  6. copy button or Ctrl-s will copy the rename commands for the bash (posix shell)
  7. in the command, change run="echo mv -v" to run="mv -v" to actually rename the file.