Navigate
Categories
Navigate
Pages
25 February 2008
at 20.29 UTC +0800

icons.png

I needed some icons for a web projects today, and after googling for a simple hand cursor and several unsuccessful attempts to screen dump them, my friend Christoffer came up with a hardcore terminal script to steal all icons from, for instance, the Application folder on Mac OS X:

sudo find /Applications/ -iname *.ti*f -exec cp ‘{}’ /Users/yourusername/Desktop/icons \;

Now, all I needed were some simple icons, so I decided to put them in a png and a photoshop file for you!

Download the psd

One comment
25 February 2008 at 20.43

Hardcore terminal script, eh? Your words, not mine.

Write comment

Save