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

4 comments
25 February 2008 at 20.43

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

25 February 2009 at 16.43

Nice one jussi..

Always wandered how to get that little finger…

8 May 2009 at 12.10

[...] if you need cursors, I have a bunch put away with your name on [...]

9 October 2009 at 17.27

Ugh, wish I found this earlier!

Write comment

Save