Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding cached rake autocomplete #10

Closed
wants to merge 1 commit into from
Closed

Adding cached rake autocomplete #10

wants to merge 1 commit into from

Conversation

stigi
Copy link
Contributor

@stigi stigi commented Oct 14, 2012

Rake autocomplete is kinda slow.
This script caches the output for later usage and significantly speeds it up.

It generates a file .rake_tasks in parallel to the Rakefile. It also checks the file modification dates to see if it needs to regenerate the cache file.

@robb
Copy link
Owner

robb commented Oct 18, 2012

I'll look into writing something based on the zsh completion caching instead

@stigi
Copy link
Contributor Author

stigi commented Oct 18, 2012

👍 🥚

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants