subtleGradient / textmate forked from wycats/textmate

Command-line package manager for textmate. Like rubygems for TextMate Bundles — Read more

This URL has Read+Write access

name age message
file LICENSE Mon May 05 22:00:53 -0700 2008 Initial checkin of textmate CLI [wycats]
file README.markdown Loading commit data...
file Rakefile
directory bin/
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
README.markdown

textmate

Provides package management for TextMate.

Installation

sudo gem install wycats-textmate --source=http://gems.github.com

Usage

textmate [COMMAND] [*PARAMS]

Commands

remote [SEARCH] [--source=SOURCE] [--verbose]

Lists all the matching remote bundles from the matching source.

list [SEARCH]

lists all the matching bundles installed locally.

install NAME [--source=SOURCE] [--verbose]

Install a bundle from the matching source.

uninstall NAME

Uninstall a bundle. Moves the bundle NAME.tmbundle to the trash from every local bundle path

reload

Tell TextMate to Reload all Bundles from the filesystem. Textmate bundles are automatically reloaded after install or uninstall operations.

help [TASK]

describe available tasks or one specific task