Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FLOSS that implements badging and contextual menu in Snow Leopard's Finder

Apparently with Snow Leopard, due to rewrite of Finder in Cocoa and removal of Contextual Menu Plugins, it is no longer trivial to do either badging nor contextual menus, however Dropbox seems to both add a contextual menu in the managed folder, and add status badges.

Is there an open source project that managed to solve this problem?

like image 572
Ivan Vučica Avatar asked Oct 19 '10 13:10

Ivan Vučica


1 Answers

It's been years since this question was asked, but here's (almost) exactly what you were asking for: FLOSS that implements badging and contextual menus, but only for Lion and Mountain Lion (but I'm sure it wouldn't be too difficult to adapt it for Snow Leopard if still needed).

Liferay Nativity provides a scripting bundle that will swizzle the relevant Finder methods and a Java client for setting the icons and context menus. It also includes equivalent projects for Windows and Linux.

The project is open source under LGPL, so feel free to contribute any bug fixes or improvements!

like image 200
dejuknow Avatar answered Oct 10 '22 00:10

dejuknow