On 17.11.2009, at 20:30, Phil Schumm wrote:
One more question, if I might: With this new model, how would a TextMate user browse all of the bundles to see what's available (i.e., what would be the equivalent on github of browsing http://svn.textmate.org/trunk/Bundles/)?
... try the bundle "GetBundles" to find and (de)install them :) http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
In Terminal:
mkdir -p ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles cd ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles export LC_CTYPE=en_US.UTF-8 svn export http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
... and reload Bundles in TM.
--Hans