oh-my-zsh/plugins/rake-fast
Robby Russell 861d380aa3 Merge pull request #2658 from leifcr/rake-fast-issue
Plugin: Rake-fast: Support both *nix and Darwin
2014-03-27 21:29:36 -07:00
..
README.md Add README file to rake-fast plugin 2014-03-25 12:38:02 -04:00
rake-fast.plugin.zsh Merge pull request #2658 from leifcr/rake-fast-issue 2014-03-27 21:29:36 -07:00

README.md

rake-fast

Fast rake autocompletion plugin.

This script caches the output for later usage and significantly speeds it up. It generates a .rake_tasks cache file in parallel to the Rakefile. It also checks the file modification dates to see if it needs to regenerate the cache file.

This is entirely based on this pull request by Ullrich Schäfer, which is inspired by this Ruby on Rails trick from 2006.

Think about that. 2006.

Installation

Just add the plugin to your .zshrc:

plugins=(foo bar rake-fast)

You might consider adding .rake_tasks to your global .gitignore

Usage

rake, then press tab