SIMBL 0.8.1 review (mac)
Problem: Some applications do about 90% of what I want.
|
|
SIMBL 0.8.1 is developer tools software developed by culater.net.
Problem:
Some applications do about 90% of what I want.
Solution:
Develop my own applications.
Better Solution:
Patch the application myself...
1. What It Does
SIMBL (Smart InputManager Bundle Loader) - pronounced like "symbol" or "cymbal" allows you to build hacks for Cocoa applications and apply the code selectively based on an application's unique identifier. It's not really all that smart, or even clever, but it's smarter than just blindly loading code into an application.
For example, Safari's application identifier is com.apple.Safari. You can use this to prevent bundles that link against application-specific frameworks from bombing on startup when they encounter another application that does not support those libraries. You can also use the application's bundle version to further specify when your plugin should load.
2. Installing
There are two parts to SIMBL, the bundle itself, which is packaged as an InputManager, and the plugins.
Due to the limitations of Apple's Installer.app, these packages install to /Library/InputManagers, though they work equally well in the user domain as well (~/Library/InputManagers). I wish Apple would provide the option for a user-specific install option, since plugins can really sneak up on an unsuspecting user.
3. How To
Once you've installed SIMBL, you need to drop some bundles into the Plugins folder. (/Library/Application Support/SIMBL/Plugins) SIMBL scans this folder for bundles each time an application launches. It will check both the Local and User domain for this special folder.
This means that it will check ~/Library/Application Support/SIMBL/Plugins before looking in /Library/Application Support/SIMBL/Plugins. Additionally, SIMBL detects if you have two conflicting plugins and prevents potentially undesirable behavior by only loading one.
SIMBL plugins are nothing more than standard Cocoa bundles created by XCode, with the addition of one key in the Info.plist. For further information, you can read the SIMBL section in my brief tutorial on Cocoa hacking.
SIMBL was originally created when I was working on PithHelmet, but here are now a bunch of SIMBL plugins available. If you don't see yours listed, feel free to edit the list on the wiki.
What's New:
This mac program is freeware, so you can download and use it absolutely free. SIMBL 0.8.1 supports english interface languages and works with Mac OS X.
Downloading SIMBL 0.8.1 will take several seconds if you use fast ADSL connection.
Download
- 100mbit/s dedicated server
- 100% availability
Write a SIMBL Review
Please register to submit reviews. Registration will grant you access to a number of features and capabilities otherwise unavailable.
SIMBL related software
-
SIMBL 0.8.1
Problem: Some applications do about 90% of what I want.
-
PathFinderHack 0.1
Problem: Finder functionality is hard wired into various parts of OS X so better alternatives like PathFinder lack some key integration.
-
InvisRay 2.0.1
InvisRay is a SIMBL plugin that allows a user to adjust window transparency in any Cocoa application, based on Ian Henderson's Graffiti.
-
TerminalColors 0.2.1
Problem: The default blue and red colors in the Terminal.
-
SafariDockStatus 1.0.3
SafariDockStatus is a SIMBL plugin that automatically tallies the number of unread news items tracked by Safari 2 and updates the dock icon to reflect that number.


