public
Description: Command-line package manager for textmate
Homepage: http://www.yehudakatz.com
Clone URL: git://github.com/wycats/textmate.git
salicio (author)
Mon Feb 23 14:01:37 -0800 2009
wycats (committer)
Thu Apr 09 12:10:29 -0700 2009
textmate / TODO
100644 13 lines (12 sloc) 0.876 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
* Add specs for, well, everything
* Only show author names for GitHub bundles when there are more than one with the same name
* Show the Authors and/or Project URLs for GitHub bundles
* Make the SOURCE param on install an option
* Add an option to remove all other versions of the same bundle on install
* Add a DESTINATION option to decide where to install. Maybe make some sort of ~/.textmate-cli config file?
* Implement a verbose mode to toggle showing all the gory details
* Offer suggestions for alternate bundles with similar names if the installation fails. Maybe let them choose?
* Add Git support to remote_bundle_locations. Define some sort of standard way of listing git repos, checkout how rubygems does it
* Add some way for the user to configure where they'd prefer to install bundles
* Add some way to add more custom remotes
* Clean up installing from GitHub