rake-completion

Bash completion for Rake task runner commands and arguments

brewmacoslinux
Try with needOr install directly
Source

About

Bash completion for Rake

Commands

rake

Examples

List available Rake tasks with autocompletion$ rake <TAB>
Complete a specific Rake task name$ rake db:migr<TAB>
View all available Rake tasks in project$ rake -T