subtleGradient / textmate forked from wycats/textmate
- Source
- Commits
- Network (7)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
github-alt
textmate /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Mon May 05 22:00:53 -0700 2008 | |
| |
README.markdown | ||
| |
Rakefile | ||
| |
bin/ | ||
| |
script/ | Mon May 05 22:00:53 -0700 2008 | |
| |
spec/ | Mon May 05 22:00:53 -0700 2008 | |
| |
textmate.gemspec |
README.markdown
textmate
Provides package management for TextMate.
Installation
sudo gem install wycats-textmate --source=http://gems.github.com
Usage
textmate [COMMAND] [*PARAMS]
Commands
remote [SEARCH] [--source=SOURCE] [--verbose]
Lists all the matching remote bundles from the matching source.
list [SEARCH]
lists all the matching bundles installed locally.
install NAME [--source=SOURCE] [--verbose]
Install a bundle from the matching source.
uninstall NAME
Uninstall a bundle. Moves the bundle NAME.tmbundle to the trash from every local bundle path
reload
Tell TextMate to Reload all Bundles from the filesystem. Textmate bundles are automatically reloaded after install or uninstall operations.
help [TASK]
describe available tasks or one specific task

