granth green sumo

@dfcarney Or you could just spend that time learning more TextMate commands.

Scott Pilgrim and the Beguiling Cowbell lighthouse flying a kite kiteboarding off Centre Island Instax camera for my birthday! Dundas has some weird shops

Set an Icon With Rubycocoa 16 May 2008

os10, ruby, rubycocoa

I couldn’t find a built-in command-line program to set an icon for a file in OS X. Here’s a RubyCocoa script to do the job:

require 'osx/cocoa'
OSX.NSApplicationLoad
img = OSX::NSImage.alloc.initByReferencingFile("some.icns")
OSX::NSWorkspace.sharedWorkspace.setIcon_forFile_options(img, "foo.txt", 0)

previously: Wasting Valuable Pixels