Opening rubygems in Textmate

Create /usr/local/bin/mategem with:

Make it executable:
chmod +x /usr/local/bin/mategem

To autocomplete with tab add this to ~/.profile:

Reload:
source ~/.profile

Now to list all gems:
mategem [tab][tab]

The original tutorial.

Leave a comment