I searched a bit and found numerous photo sorting mechanisms, by date, exif info, etc. But not this. I would like to view on the screen, one at a time, each photo in directory named say "2sort", and then type a letter on the keyboard that moves the photo in a folder tied to the particular letter.
Example: view first image, type letter "r", image is moved to folder "aa" View second image, type letter "s", image is moved to folder named "bb" third image, type "r", image is moved to folder "aa"
there used to be a java program called "jpicsort" that looked like it might do that but I cannot locate it. Just the remnants of something that once was.
I can loop through the images, but not sure how to use the "r", "s", etc key to move the image to specific directories. Ideally with a unique sound for a successful move. PHP, javascript, or java would be ok. Although I am a newby with Java in Netbeans.
Thanks