![]()
Update: You can now find this hint on macosxhints.com, along with some (hopefully) helpful comments.
GrowlTunes is a nice little app included with the default Growl distribution. It watches iTunes and then whenever a song changes pops up a notification window giving details about the track, album art, your rating etc.
Something that has really annoyed me about GrowlTunes is the relatively useless icon in the menu bar taking up space. For such a small and simple task, all I wanted GrowlTunes to do was show me what track was playing.
Well, today I found this really simple tip on bpeople.org which solves the problem splendidly. Just type into a Terminal window
defaults write com.growl.growltunes GrowlTunesWithoutMenu 1
restart GrowlTunes.app, and hey presto: GrowlTunes is very unobtrusively doing its job.
Before:
![]()
After:
![]()
Seeing as you no longer have access to the menu commands to stop GrowlTunes, you can do so by opening Activity Monitor (usually located under /Applications/Utilities), finding the GrowlTunes process in the list, and cling the Quit Process button.
Note: If for any reason you wish to undo this change, just type the same command above but with a ’0′ instead of a ’1′.
Ryan Bates’ TODO List Textmate bundle
After wracking my brains to try and remember a random website where I’d watched a video about TextMate so that I could find the To-do List bundle he mentioned, it turns out a simple search solved my problem. The wonderful GetBundles for TextMate returned what I was after, Ryan Bates’ todo-list.tmbundle.
It’s pretty simple to use:
-“x“!“Ryan himself says that it’s just a simple way of managing what you need to do for a given project.
Would be great for a new year’s resolution, some yardwork, or just about any old thing.
(For a piece of software that manages this in a very Mac OS X way, try Hog Bay Software’s TaskPaper. Much more accessible, very nice to use, and inexpensive. I highly recommend it if you don’t have access to TextMate.)