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
Further updates to the README
cypher (author)
Tue May 27 11:18:50 -0700 2008
commit  d3323ea0aab9ab042fc35ea0350450ed5aab08b9
tree    6f766a42d9f7cf9428f138e6a87e433b897937c2
parent  9127e49ad7bd8a2f423a8b9e40fd8d9273729135
...
8
9
10
11
 
 
 
12
13
14
15
 
 
 
16
17
18
19
 
 
 
20
21
22
...
28
29
30
31
 
 
 
32
33
...
8
9
10
 
11
12
13
14
15
16
 
17
18
19
20
21
22
 
23
24
25
26
27
28
...
34
35
36
 
37
38
39
40
41
0
@@ -8,15 +8,21 @@ A binary that provides package management for TextMate.
0
 
0
 Textmate bundles are automatically reloaded after install or uninstall operations.
0
 
0
-## `textmate remote [SEARCH]`
0
+## List available remote bundles
0
+
0
+`textmate remote [SEARCH]`
0
 
0
 List all of the available bundles in the remote repository, optionally filtering by `search`.
0
 
0
-## `textmate list [SEARCH]`
0
+## List installed bundles
0
+
0
+`textmate list [SEARCH]`
0
 
0
 List all of the bundles that are installed on the local system, optionally filtering by `search`.
0
 
0
-## `textmate install NAME [SOURCE]`
0
+## Installing new bundles
0
+
0
+`textmate install NAME [SOURCE]`
0
 
0
 Installs a bundle from the remote repository. SOURCE filters known remote bundle locations.
0
 For example, if you want to install the "Ruby on Rails" bundle off GitHub, you'd type the following:
0
@@ -28,6 +34,8 @@ Available remote bundle locations are:
0
 * Macromates Review
0
 * GitHub
0
 
0
-## `textmate uninstall NAME`
0
+## Uninstalling bundles
0
+
0
+`textmate uninstall NAME`
0
 
0
 Uninstalls a bundle from the local repository.

Comments

    No one has commented yet.