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
wycats (author)
Fri Jun 20 13:09:37 -0700 2008
commit  fb6673c0f667faa71cdeca094acd5d3577ec8e2e
tree    70b968f671885d1e8d7a5e04ffa2f16627369624
parent  478f5a83ffad8b931041cea7f3c7528acd74077a
name age message
file LICENSE Mon May 05 22:00:53 -0700 2008 Initial checkin of textmate CLI [wycats]
file README.markdown Wed May 14 23:10:23 -0700 2008 Updated readme [subtleGradient]
file Rakefile Fri Jun 20 13:09:37 -0700 2008 Make it easier to use with github [wycats]
directory bin/ Tue May 20 14:41:10 -0700 2008 Whoops. It's actually 'Pristine Copy/Bundles' :[ [subtleGradient]
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 Fri Jun 20 13:09:37 -0700 2008 Make it easier to use with github [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 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.

textmate uninstall NAME

Uninstalls a bundle from the local repository.