All Projects → bjhaid → elixir_auto_complete

bjhaid / elixir_auto_complete

Licence: other
Bash Autocompletion for elixir, iex and mix

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to elixir auto complete

mix systemd
Library of mix tasks to generate a systemd unit file for an Elixir project
Stars: ✭ 48 (+128.57%)
Mutual labels:  mix
react-thailand-address-typeahead
jquery.Thailand.js in React
Stars: ✭ 78 (+271.43%)
Mutual labels:  autocomplete
python-tools
🔧 Atom plugin which uses jedi to provide numerous tools useful for developing python code in atom.
Stars: ✭ 96 (+357.14%)
Mutual labels:  autocomplete
iextrading4j-hist
IEX Trading library to parse TOPS and DEEP multicast packets
Stars: ✭ 20 (-4.76%)
Mutual labels:  iex
inf-elixir
An Emacs plugin for interacting with an Elixir REPL
Stars: ✭ 26 (+23.81%)
Mutual labels:  iex
GoogleMapsHelper
An easy to integrate Model Based Google Maps Helper (SVHTTPClient, AFNetworking) That lets you Geo Code , Reverse Geocode, Get Directions , Places Autocomplete.
Stars: ✭ 21 (+0%)
Mutual labels:  autocomplete
revodropdown
Minimalistic dropdown and auto-complete component with filtering and keyboard support
Stars: ✭ 20 (-4.76%)
Mutual labels:  autocomplete
tabnine-atom
Atom client for Tabnine - Code Faster with the All-Language AI Assistant for Code Completion, autocomplete JavaScript, Python, TypeScript, PHP, Go, Java, node.js, Ruby, C/C++, HTML/CSS, C#, Rust, SQL, Bash, Kotlin, React, Swift, Scala, Sass, Perl, Objective C, Node JS, Matlab, Haskell, Dart, Angular. https://atom.io/packages/tabnine
Stars: ✭ 33 (+57.14%)
Mutual labels:  autocomplete
dt-sql-parser
SQL Parsers for BigData, built with antlr4.
Stars: ✭ 135 (+542.86%)
Mutual labels:  autocomplete
AutoCompleteTextField
AutoCompleteTextField for OS X
Stars: ✭ 68 (+223.81%)
Mutual labels:  autocomplete
coc-svelte
svelte support for (Neo)Vim
Stars: ✭ 156 (+642.86%)
Mutual labels:  autocomplete
Obfuscator
iOS工程混淆器是围绕混淆iOS代码过审上架为目标构建出来的 Mac 软件。为应对苹果『4.3-代码重复条款』和『2.1条款』,混淆器通过内置苹果应用分类相关的百万词库修改工程中的文件/目录名、变量属性名和方法名、修改资源的hash、注入强关系强调用的方法代码,注入有调用关系的混淆类文件等手段达到大幅提高马甲包过审率的目的。除此之外,软件内置了一键提交审核、实时查看app的审核状态并嵌入了几个开发效率工具如本地化工具、提取Assets资源、替换AppIcon等。(另外:我们提供马甲包开发、tf签名等服务,有意请🤙 联系QQ:2480619280)
Stars: ✭ 39 (+85.71%)
Mutual labels:  mix
angular-search-experience
Algolia + Angular = 🔥🔥🔥
Stars: ✭ 166 (+690.48%)
Mutual labels:  autocomplete
pyEX
Python interface to IEX and IEX cloud APIs
Stars: ✭ 407 (+1838.1%)
Mutual labels:  iex
sora-editor
A cool code editor library on Android with syntax-highlighting and auto-completion. (aka CodeEditor)
Stars: ✭ 580 (+2661.9%)
Mutual labels:  autocomplete
paper-chip
A chip web component made with Polymer 2 following Material Design guidelines
Stars: ✭ 30 (+42.86%)
Mutual labels:  autocomplete
MentionMe
A plugin for MyBB 1.8.x that allows Twitter-style tagging and integration with MyAlerts
Stars: ✭ 19 (-9.52%)
Mutual labels:  autocomplete
addressr
Free Australian Address Validation, Search and Autocomplete
Stars: ✭ 46 (+119.05%)
Mutual labels:  autocomplete
VPAutoComplete
A simple Auto Complete UITextField also support UITableView written in swift 4.2
Stars: ✭ 20 (-4.76%)
Mutual labels:  autocomplete
vscode-allautocomplete
Autocomplete from open files for VSCode
Stars: ✭ 90 (+328.57%)
Mutual labels:  autocomplete

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].