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:26:31 -0700 2008
commit  23cc52ee0108c8cb03d1824ab6989171b050706e
tree    d3cdaa35b4fe89e0d4ba20f5a62035da8163fac0
parent  d3323ea0aab9ab042fc35ea0350450ed5aab08b9
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 11:18:50 -0700 2008 Further updates to the README [cypher]
file Rakefile Tue May 27 11:00:45 -0700 2008 Modified the wrong file. Really bump version up... [cypher]
file TODO Tue May 27 11:26:31 -0700 2008 Add a TODO file, and move all TODO-comments int... [cypher]
directory bin/ Tue May 27 11:26:31 -0700 2008 Add a TODO file, and move all TODO-comments int... [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.

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.