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
cypher (author)
Tue May 27 11:00:21 -0700 2008
commit  fd576fb82c7ddc73c8eb78ab8f57a26cb5b6492f
tree    64f0a6bd707f563cadee85aec0969c7a07898a4c
parent  a6802a26e8c575d4d4a12aa4f84eb79d24d531ff
name age message
file LICENSE Mon May 05 22:00:53 -0700 2008 Initial checkin of textmate CLI [wycats]
file README.markdown Tue May 27 10:54:24 -0700 2008 Bump version to 0.9.2, and update README [cypher]
file Rakefile Tue May 27 11:00:45 -0700 2008 Modified the wrong file. Really bump version up... [cypher]
directory bin/ Tue May 27 08:33:33 -0700 2008 Add GitHub support to install method [cypher]
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]
file textmate.gemspec Tue May 27 11:00:45 -0700 2008 Modified the wrong file. Really bump version up... [cypher]
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 remote [SEARCH]

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

textmate list

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

textmate install NAME [SOURCE]

Installs a bundle from the remote repository. SOURCE filters known remote bundle locations.

Available remote bundle locations are: Macromates Trunk Macromates Review GitHub

textmate uninstall NAME

Uninstalls a bundle from the local repository.