Finds sets of duplicate files in a folder you choose, saves the results in YAML format for you to manipulate at your whim later on.
The logic of the app is a slavish literal transliteration into Ruby of the excellent duplocator utility by John Hoogstrate.
Speak now or forever hold your peace:
October 10, 2008
dsfa
March 16, 2009
Huh. Apparently ask_save_file is broken in the Raisins version of Shoes, so the saving to yaml won’t work at all. :(
if ‘YAML’ fails try changing it to ‘yaml’.
April 21, 2009
Didn’t work on ubuntu. error was no such file to load YAML

it throws an error on line 215.
“No such file to load—YAML”, it says :)