public
Description: Command-line package manager for textmate
Homepage: http://www.yehudakatz.com
Clone URL: git://github.com/wycats/textmate.git
salicio (author)
Mon Feb 23 14:01:37 -0800 2009
wycats (committer)
Thu Apr 09 12:10:29 -0700 2009
commit  713b1b8b07ac41db25c162fb34c368a8f903b4b4
tree    2f0a624a59cd2ce332f20331bbfce86ec7ae6095
parent  2892c157eba7d84ba03710edfbdd1a3e280d268c
textmate / README.markdown
100644 42 lines (23 sloc) 0.988 kb

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.