Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bjhaid/elixir_auto_complete
- Owner: bjhaid
- Created: 2015-07-10T17:43:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-10T17:45:17.000Z (over 9 years ago)
- Last Synced: 2023-03-11T22:07:34.196Z (over 1 year ago)
- Topics: autocomplete, bash, elixir, iex, mix
- Language: Shell
- Size: 117 KB
- Stars: 21
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.