yawniek
yawniek

Reputation: 379

how can i add a right click menu to finder

how can i add a custom view to the right click menu of every file in os x finder?

e.g. i want to display the image if it is an image type and do some custom action etc.

is this possible with c or objective-c? if yes how? (without using any available tool)

Upvotes: 6

Views: 1845

Answers (1)

altan
altan

Reputation: 388

You need to write a Menu Manager plugin based on CFPlugin. Unfortunately, this involves some really dated Carbon stuff. There is a tutorial from a few years ago at mactech

Note that this stuff may be obsolete with Snow Leopard, though whatever they come up with is probably going to be much easier to deal with than Menu Manager/CFPlugin cruft.

Upvotes: 7

Related Questions