public
Fork of wycats/textmate
Description: Command-line package manager for textmate. Like rubygems for TextMate Bundles
Homepage: http://www.yehudakatz.com
Clone URL: git://github.com/subtleGradient/textmate.git
commit  ed74b1842e453fad7a02d2286abf859f7deb01ff
tree    a1c19e3ecaec0cce1448fc12cac0f5b17ea86be3
parent  391b75690ad42e87959c65731f3313ab1ce19e39
name age message
file LICENSE Mon May 05 22:00:53 -0700 2008 Initial checkin of textmate CLI [wycats]
file README.markdown Mon May 05 22:02:29 -0700 2008 Small improvements to README [wycats]
file Rakefile Mon May 12 12:26:26 -0700 2008 Update textmate to use thor [wycats]
directory bin/ Wed May 14 20:50:22 -0700 2008 Renamed the methods installed => list, list ... [subtleGradient]
directory lib/ Mon May 12 12:26:26 -0700 2008 Update textmate to use thor [wycats]
directory script/ Mon May 05 22:00:53 -0700 2008 Initial checkin of textmate CLI [wycats]
directory spec/ Mon May 05 22:00:53 -0700 2008 Initial checkin of textmate CLI [wycats]
README.markdown

textmate

A binary that provides package management for TextMate.

Usage

textmate [COMMAND] [*PARAMS]

Textmate bundles are automatically reloaded after install or uninstall operations.

textmate list [SEARCH]

List all of the available bundles in the remote repository that have a substring search. By default, list all bundles.

textmate installed

List all of the bundles that are installed on the local system.

textmate install NAME

Installs a bundle from the remote repository.

textmate uninstall NAME

Uninstalls a bundle from the local repository.