A Ruby regular expression editor that lets you preview what your regexes will match - very slick!
1 year ago
Have started using TerminalColors now, instead of ColorTerminaleopard (previously mentioned) as the latter wasn’t playing nice with screen (which I use on a daily basis).
1 year ago
I’ve used TerminalColoreopard to customise Leopard’s ANSI colors (creating a nice “Vibrant Ink”-ish colour scheme). No more squinting at that blue on black…
1 year ago
ModalBox is a JavaScript technique for creating modern (Web 2.0-style) modal dialogs or even wizards (sequences of dialogs) without using conventional popups and page reloads. It’s inspired by Mac OS X modal dialogs.
1 year ago
Rak is a grep replacement in pure Ruby. It accepts Ruby syntax regular expressions and automatically recurses directories, skipping .svn/, .cvs/, pkg/ and more things you don’t care about.
1 year ago
Camino is my default browser now; the memory and CPU hog that is Firefox has been relegated to times when using FireBug is absolutely necessary.
There are a few things however that make Camino feel a bit more “Firefoxesque” :
-
Open up System Preferences > Keyboard & Mouse > Keyboard Shortcuts and add these for Camino :
- “Bookmark Current Page…” -
CMD+D
- “Search the Web…” -
CMD+K
Use CMD+(1-9) to focus tabs by number : install FireTabs
-
Perform a Google “I feel lucky” search from the address bar : create a file called ~/Library/Application Support/Camino/user.js and add this to it :
user_pref("keyword.enabled", true);
user_pref("keyword.URL", "http://www.google.com/search?btnI=I%27m+Feeling+Lucky&q=");
Now we have all the comfort of Firefox - without the performance issues. Cool!
1 year ago
CardboardRocket’s action_mailer_layouts plugin helps keep your email templates nice and DRY.
1 year ago
I love seeing the floating window with cover art and track info while I work - I’ve removed GrowlTunes, preferring to have the window always visible and have removed Last.fm because GimmeSomeTune scrobbles!
1 year ago
There has been one thing that has been missing for me from the excellent SynergyKM GUI for mac : keyboard shortcuts to switch screens.
Today, Lorenz Schori, one of the core developers let me in on this hack :
- Navigate to Library/Preferences and open net.sourceforge.synergy2.synergyd.plist either with the “Property List Editor” if you have developer tools installed or with your favorite text editor.
- If it is a binary plist you have to convert it into a xml file using the following command in the terminal: “plutil -convert xml1 ~/Library/Preferences/net.sourceforge.synergy2.synergyd.plist”
- Navigate to your configuration contained in the “ConfigSets” node. By default and if you did not rename it it’s called “default” ;)
- Add the desired keystrokes to the options dict in the same manner as the other options are set. I’ve attached an example synergy property list file and a screenshot which shows how to do it with the property list editor. In the same way you can tweak the synergy config file to get fractional screen edges working with synergy.

And last but not least a big fat warning: unfortunately the prefpane tends to delete this changes whenever you hit the “apply now” button. You might want to control synergy only from the status menu and backup your tweaked config file.
Thanks Lorenz!
1 year ago
This plugin brings Safari a little bit closer to Firefox with keyworded bookmarks. Yay!
1 year ago
Three free documentaries exposing the manipulation of a select few over the masses. Whether you believe the facts or not, the “evidence” is compelling.
1 year ago