Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bjhaid/elixir_auto_complete

Bash Autocompletion for elixir, iex and mix
https://github.com/bjhaid/elixir_auto_complete

autocomplete bash elixir iex mix

Last synced: 26 days ago
JSON representation

Bash Autocompletion for elixir, iex and mix

Awesome Lists containing this project

README

        

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

```bash
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.