wycats / textmate

Command-line package manager for textmate

This URL has Read+Write access

wycats (author)
Sun Aug 02 23:01:07 -0700 2009
commit  fe6a8139b34c0a571e91ee150d06b2894446a262
tree    28252828d2e0087fc046fc603e57e844355269ad
parent  b0084d557a24facaedc4655dad220b43763a863f
name age message
file .gitignore Tue May 27 11:26:49 -0700 2008 Add .gitignore [cypher]
file LICENSE Mon May 05 22:00:53 -0700 2008 Initial checkin of textmate CLI [wycats]
file README.markdown Tue May 27 11:18:50 -0700 2008 Further updates to the README [cypher]
file Rakefile Sun Aug 02 23:01:07 -0700 2009 Bump version. [wycats]
file TODO Wed Jun 04 06:26:32 -0700 2008 Ask the user which GitHub bundle he wants to in... [cypher]
directory bin/ Sun Aug 02 23:00:48 -0700 2009 Clean up textmate command to handle common case... [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]
file textmate.gemspec Thu Apr 09 12:10:29 -0700 2009 Fix gemspec Signed-off-by: Yehuda Katz <wycats... [salicio]
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.

List available remote bundles

textmate remote [SEARCH]

List all of the available bundles in the remote repository, optionally filtering by search.

List installed bundles

textmate list [SEARCH]

List all of the bundles that are installed on the local system, optionally filtering by search.

Installing new bundles

textmate install NAME [SOURCE]

Installs a bundle from the remote repository. SOURCE filters known remote bundle locations. For example, if you want to install the "Ruby on Rails" bundle off GitHub, you'd type the following:

textmate install "Ruby on Rails" GitHub

Available remote bundle locations are: Macromates Trunk Macromates Review * GitHub

Uninstalling bundles

textmate uninstall NAME

Uninstalls a bundle from the local repository.