Allows you tab-complete elixir/iex/mix commands in bash
Download/Clone it and add
source path_to_all_elixir_auto_complete.bash
to your .profile
or .bash_profile
and source your profile (source ~/.{bash_,}profile
)
rm /tmp/__elixir_autocomplete*
How do I use this after installing? Just tab away...
Fork it, submit a pull request and I'll merge it in.