public
Fork of wycats/textmate
Description: Command-line package manager for textmate
Homepage:
Clone URL: git://github.com/ddollar/textmate.git
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 Mon Aug 10 21:13:37 -0700 2009 documentation pedantry [ddollar]
file Rakefile Thu Aug 13 08:56:21 -0700 2009 real description [ddollar]
file VERSION Wed Sep 09 12:42:04 -0700 2009 Version bump to 1.3.0 [ddollar]
directory bin/ Mon Aug 10 21:15:12 -0700 2009 add instructions on how to quit without doing a... [ddollar]
directory lib/ Wed Sep 09 12:41:49 -0700 2009 Ruby 1.9 fix, no more enumerable strings Signe... [ambethia]
file textmate.gemspec Wed Sep 09 12:42:11 -0700 2009 Regenerated gemspec for version 1.3.0 [ddollar]
README.markdown

textmate

A binary that provides package management for TextMate.

Install

gem install ddollar-textmate

Example

$ textmate install javascript

Please select a bundle from the following list:

Github
------
1. Javascript

Macromates
----------
2. JavaScript
3. JavaScript Flash
4. JavaScript JSDoc
5. JavaScript MooTools
6. JavaScript Objective-J
7. JavaScript Prototype & Script_aculo_us
8. JavaScript YUI
9. JavaScript jQuery

Which bundle would you like to install? 1

Please select a repository from the following list:

1. subtleGradient/javascript.tmbundle                 watchers:16  updated:2009-04-29
2. textmate/javascript.tmbundle                       watchers:6   updated:2009-06-09
3. rdougan/javascript.tmbundle                        watchers:2   updated:2009-01-28
4. cohitre/javascript-tmbundle                        watchers:1   updated:2009-01-29

Which repository would you like to install? 1

Javascript bundle installed

Reloading bundles...

Usage

textmate [COMMAND] [*PARAMS]

Textmate bundles are automatically reloaded after install or uninstall operations.

List available remote bundles

textmate search [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

Installs a bundle from a remote repository.

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

Uninstalling bundles

textmate uninstall NAME

Uninstalls a bundle from the local repository.