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
Wed May 14 20:57:13 -0700 2008
commit  a35a1d875817e9f9220f3408b0ad4297adb23fcd
tree    fb681cd48fca8db247018195ff13f6477ddf5fd6
parent  ed74b1842e453fad7a02d2286abf859f7deb01ff
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:57:13 -0700 2008 Added the Application bundles path [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.