(This isn't in e621 Tools and Applications because it's not e621 specific per se)
So I was in a dilemma where I had a folder with thousands of unsorted pr0n. So to make things quicker/easier for me, I found it more convenient to just made a small application to make sorting all of it much easier. I made this quite some time ago and needed to use it again, so I thought I'd share it.
https://www.dropbox.com/s/lhmrzfsxnhh56k4/PicSort%20v0.1.exe?dl=0
The program is pretty simple, you choose a folder you want to sort as the Input, and choose the folder you want to relocate specific types of pictures to as Output. Then you just shuffle through one at a time and relocate the ones you want relocated. For example, you have a folder with all sorts of picture types, and you want dickgirls in their own folder. You simply set your output to a dickgirls folder, and you shuffle through and any time you see a dickgirl, press relocate, and continue on. I also set up A and D to be used to go left/right respectively, and R can be pressed to relocate (a lot quicker imo).
It only works with Windows (uses the .NET framework). I also had trouble where google says it could potentially be threatening, but that's because Chrome doesn't like .NET standalones. If you'd like to see the code to be sure it's safe, here's the source http://pastebin.com/T1fucQ3c.
If you have any problems either IM me on Steam (my steam is supplied in the program) or leave a message here. Enjoy!
EDIT: btw I realize there's some unhandled exceptions, for instance if you set an output folder, than the folder is move/deleted, you'll get an exception upon attempting to relocate, or if a file already exists in the output folder that has the same name. Simply click continue and nothing happens, I'll set up handles on these later.
Updated