Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 614 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 614 Bytes

ELIXIR BASH AUTO-COMPLETE

What does this do?

Allows you tab-complete elixir/iex/mix commands in bash

How do I install this?

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)

I have new mix task and they are not displaying in the completion, what do I do?

rm /tmp/__elixir_autocomplete*

How do I use this after installing? Just tab away...

I want it to do X and it doesn't do it?

Fork it, submit a pull request and I'll merge it in.