APG (Automated Password Generator) is a command line app for generating passwords. I use it quite a bit on Linux and today I was poking around to see if I could use it on my Mac. It was easy to install with MacPorts. Assuming you have MacPorts installed, it's ...
Albumify is a script I wrote some time ago to organize a folder of audio files based on artist and album information. This script will read the tags of .flac's, .ogg's, and .mp3's and move them to folders named "artist - album." It is not recursive because, well, that would ...
With a bunch of new employees, I got tired of not having an up-to-date contacts list in gmail, so I exported our GroupWise address book (it saved with a .NAB extension) and wrote a script to get the entries into CSV format to import to gmail. Thankfully, if a contact ...