]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/mix-fast/README.md
644f12409fa0db0ad9cc307fadd077e816e2dab9
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / mix-fast / README.md
1 # mix-fast
2
3 Fast mix autocompletion plugin.
4
5 This script caches the output for later usage and significantly speeds it up.
6 It generates a .mix_tasks cache file for current project. Currently if you want
7 to update cache you should remove .mix_tasks file
8
9 Inspired by and based on rake-fast zsh plugin.
10
11 This is entirely based on [this pull request by Ullrich Schäfer](https://github.com/robb/.dotfiles/pull/10/), which is inspired by [this Ruby on Rails trick from 2006](https://weblog.rubyonrails.org/2006/3/9/fast-rake-task-completion-for-zsh/).
12
13
14 ## Installation
15
16 Just add the plugin to your `.zshrc`:
17
18 ```bash
19 plugins=(foo bar mix-fast)
20 ```
21
22 You might consider adding `.mix_tasks` to your [global .gitignore](https://help.github.com/articles/ignoring-files#global-gitignore)
23
24 ## Usage
25
26 `mix`, then press tab
27
28 Currently maintained by [styx](https://github.com/styx/)