jweslley / rails_completion

Bash completion support for Ruby on Rails.
Other
105 stars 16 forks source link

Add completions for capistrano, rake, etc #8

Open ndbroadbent opened 12 years ago

ndbroadbent commented 12 years ago

Hi, I'd love to add some completions for other rails-related gems, like rake and capistrano, using your caching mechanism.

If I write them, would you be open to accepting pull requests for these completions?

Cheers

jweslley commented 12 years ago

hi @ndbroadbent,

I already use a rake completion script I found in the Internet and inspired me to create the caching mechanism of rails_completion. And, it's great! I use pushand for deploy instead of capistrano, but capistrano users could be happy with a completion script. But, for semantic reasons, I prefer dont include they in this project. however, I suggest you/us to create a project to place bash completions scripts not included in the official bash_completion distribution, something like ruby_bash_completion or maybe a more generic project, bash_completion_scripts. What do you think about?