Display Quicksilver (Finder Spotlight Info) Tags in Geektool
// stick this into the terminal it generates a text file that you can display with geektool
grep string /Users/username/Library/Caches/Quicksilver/Indexes/QSPresetQSFileTagsPlugIn.qsindex | awk {'print $1'} > /Users/username/Desktop/tags.txt