File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- textmate
2- ========
1+ # textmate
32
43A binary that provides package management for TextMate.
54
6- Usage
7- =====
5+ # Usage
86
97` textmate [COMMAND] [*PARAMS] `
108
119Textmate bundles are automatically reloaded after install or uninstall operations.
1210
13- ` textmate remote [SEARCH] `
14- ------------------------
11+ ## ` textmate remote [SEARCH] `
1512
16- List all of the available bundles in the remote repository that have a substring ` search ` . By default, list all bundles .
13+ List all of the available bundles in the remote repository, optionally filtering by ` search ` .
1714
18- ` textmate list `
19- --------------------
15+ ## ` textmate list [SEARCH] `
2016
21- List all of the bundles that are installed on the local system.
17+ List all of the bundles that are installed on the local system, optionally filtering by ` search ` .
2218
23- ` textmate install NAME [SOURCE] `
24- -----------------------
19+ ## ` textmate install NAME [SOURCE] `
2520
2621Installs a bundle from the remote repository. SOURCE filters known remote bundle locations.
22+ For example, if you want to install the "Ruby on Rails" bundle off GitHub, you'd type the following:
23+
24+ ` textmate install "Ruby on Rails" GitHub `
2725
2826Available remote bundle locations are:
29- Macromates Trunk
30- Macromates Review
31- GitHub
27+ * Macromates Trunk
28+ * Macromates Review
29+ * GitHub
3230
33- ` textmate uninstall NAME `
34- -------------------------
31+ ## ` textmate uninstall NAME `
3532
3633Uninstalls a bundle from the local repository.
You can’t perform that action at this time.
0 commit comments