Every repository with this icon (
Every repository with this icon (
tree 02186b2fcb3e0048c80ffc352ad3bcd3317c8510
parent 72dab757e96f0cc66b6bc3f59f608b3b7c72d408
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue May 27 11:26:49 -0700 2008 | [cypher] |
| |
LICENSE | Mon May 05 22:00:53 -0700 2008 | [wycats] |
| |
README.markdown | Tue May 27 11:18:50 -0700 2008 | [cypher] |
| |
Rakefile | Wed May 28 01:01:36 -0700 2008 | [cypher] |
| |
TODO | Wed Jun 04 06:26:32 -0700 2008 | [cypher] |
| |
bin/ | Wed Jun 04 06:26:32 -0700 2008 | [cypher] |
| |
script/ | Mon May 05 22:00:53 -0700 2008 | [wycats] |
| |
spec/ | Mon May 05 22:00:53 -0700 2008 | [wycats] |
| |
textmate.gemspec | Wed May 28 01:01:36 -0700 2008 | [cypher] |
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.




