implement git-cheetah plugin for Finder on Mac OS X
commit2d82ca387eaa139f21a451a638c83db709f80d93
authorHeiko Voigt <hvoigt@hvoigt.net>
Wed, 14 Oct 2009 17:43:42 +0000 (14 19:43 +0200)
committerHeiko Voigt <hvoigt@hvoigt.net>
Sun, 18 Oct 2009 17:59:07 +0000 (18 19:59 +0200)
tree72767798e5c69900f0dd621ed051c62008fead89
parentb21b2d4e60360f0ef58201d38e8ad81472490bf1
implement git-cheetah plugin for Finder on Mac OS X

This commit adds everything platform specific needed to implement the
Finder context menu plugin. It works on all Mac OS X versions up to
10.5. Unfortunately in 10.6 the Finder was rewritten in Cocoa which
does not include support for the interface used in this implementation.

Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
14 files changed:
README.txt
common/menuengine.h
compat/posix.c [new file with mode: 0644]
finder/.gitignore [new file with mode: 0644]
finder/Info.plist [new file with mode: 0644]
finder/Makefile [new file with mode: 0755]
finder/PkgInfo [new file with mode: 0755]
finder/kill-finder.sh [new file with mode: 0755]
finder/menu.c [new file with mode: 0644]
finder/menu.h [new file with mode: 0644]
finder/plugin.c [new file with mode: 0644]
finder/plugin.h [new file with mode: 0644]
finder/util.c [new file with mode: 0644]
finder/util.h [new file with mode: 0644]