Good, but desperately missing a feature
I like this program. It is great to be able to view the contents of an archive before decompressing it. I love the feature that will always create a directory to hold the contents. However, 95% of the archives that I uncompress already contain a top-level directory with the same name as the archive. Therefore, 95% of the time, I uncompress the archive and then perform a bizarre ritual in which I rename the top-level folder and then drag the single directory inside it out. (The renaming is because the Finder complains about the folder with the same name.) I would switch this feature off, but 5% of the time the archive doenst contain a same-named folder at the top. It would be one line of code to fix this behavior (if len( contents ) == 1 and contents[0].name == os.path.splitext(archive.name)[0]).
yotam.g about The Archive Browser