This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
textmate /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue May 27 11:26:49 -0700 2008 | |
| |
LICENSE | Mon May 05 22:00:53 -0700 2008 | |
| |
README.markdown | Mon Aug 10 21:13:37 -0700 2009 | |
| |
Rakefile | Thu Aug 13 08:56:21 -0700 2009 | |
| |
VERSION | Wed Sep 09 12:42:04 -0700 2009 | |
| |
bin/ | Mon Aug 10 21:15:12 -0700 2009 | |
| |
lib/ | Wed Sep 09 12:41:49 -0700 2009 | |
| |
textmate.gemspec | Wed Sep 09 12:42:11 -0700 2009 |
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.







