mix_autocomplete icon indicating copy to clipboard operation
mix_autocomplete copied to clipboard

Shell script to give autocomplete options with mix tasks

Results 3 mix_autocomplete issues
Sort by recently updated
recently updated
newest added

I had the problem that sometimes an `:info` log would appear and cause the whole process to fail. I now added a start and an end tag around the options...

using mac oh-my-zsh ``` zsh > cd ~ > git clone https://github.com/dalexj/mix_autocomplete.git > ln -s ~/mix_autocomplete/mix_autocomplete.zsh ~/.mix_autocomplete.zsh > source ~/.mix_autocomplete.zsh > mix com (eval):4: parse error near `

the script relies on mix compiling, since it's trying to pick up all tasks in a project, even custom ones there needs to be some error handling and perhaps a...