granth green sumo

@mferrier Every time I read "nanocopters" I'm then disappointed to see they're visible to the naked eye.

Vancouver Sun Bowl Active Pass Rosedale ravine

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