All Projects → ohanhi → fish-elm-completions

ohanhi / fish-elm-completions

Licence: BSD-3-Clause license
Elm related completions for the friendly interactive shell

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to fish-elm-completions

Symfony Console Autocomplete
Shell autocompletion for Symfony Console based scripts
Stars: ✭ 465 (+2114.29%)
Mutual labels:  completion, fish-shell
Evans
Evans: more expressive universal gRPC client
Stars: ✭ 2,710 (+12804.76%)
Mutual labels:  completion
Shtab
↔️ Automagic shell tab completion for Python CLI applications
Stars: ✭ 99 (+371.43%)
Mutual labels:  completion
Ansible Completion
Basic bash completion for Ansible
Stars: ✭ 128 (+509.52%)
Mutual labels:  completion
Company Irony
company-mode completion back-end for irony-mode
Stars: ✭ 110 (+423.81%)
Mutual labels:  completion
Coc Sources
Additional common sources of coc.nvim
Stars: ✭ 135 (+542.86%)
Mutual labels:  completion
Rocannon
Vim for Ansible playbooks: omni-completion, abbreviations, syntax, folding, K-docs, and colorscheme
Stars: ✭ 80 (+280.95%)
Mutual labels:  completion
Haoide
Stop upgrade, most of features were delivered in https://github.com/xjsender/haoide-vscode
Stars: ✭ 194 (+823.81%)
Mutual labels:  completion
Github Complete.vim
Vim input completion for GitHub
Stars: ✭ 161 (+666.67%)
Mutual labels:  completion
Bash Argsparse
An high level argument parsing library for bash
Stars: ✭ 128 (+509.52%)
Mutual labels:  completion
Auto Complete
Emacs auto-complete package
Stars: ✭ 1,622 (+7623.81%)
Mutual labels:  completion
Elassandra
Elassandra = Elasticsearch + Apache Cassandra
Stars: ✭ 1,610 (+7566.67%)
Mutual labels:  completion
Swiper
Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview, and more. Oh, man!
Stars: ✭ 1,948 (+9176.19%)
Mutual labels:  completion
Imagecompletion incompletedata
Image completion network using incomplete data
Stars: ✭ 109 (+419.05%)
Mutual labels:  completion
3d Pointcloud
Papers and Datasets about Point Cloud.
Stars: ✭ 179 (+752.38%)
Mutual labels:  completion
I Pascal
A free Object Pascal language plugin for IntelliJ IDEA
Stars: ✭ 85 (+304.76%)
Mutual labels:  completion
Fzf Tab Completion
Tab completion using fzf
Stars: ✭ 127 (+504.76%)
Mutual labels:  completion
Bash Completion
Programmable completion functions for bash
Stars: ✭ 1,913 (+9009.52%)
Mutual labels:  completion
Yarn Completion
Bash completion for Yarn
Stars: ✭ 210 (+900%)
Mutual labels:  completion
Codeigniter Phpstorm
PhpStorm Code Completion to CodeIgniter
Stars: ✭ 194 (+823.81%)
Mutual labels:  completion

Elm completions for fish

Features

Full completions for elm-make, elm-package (including all available package names), elm-reactor, elm-repl and elm-test.

A couple of example journeys in text:

> elm-pa[TAB] # elm-package
> elm-package i[TAB] # elm-package install
> elm-package install ev[TAB] # elm-package install evancz/
> elm-package install evancz/[TAB]
[suggestions] evancz/elm-graphics evancz/elm-markdown ...
> elm-rea[TAB] # elm-reactor
> elm-reactor --a[RIGHT ARROW] # elm-reactor --address
> elm-reactor --address=[RIGHT ARROW] # elm-reactor --address=0.0.0.0

Installation

NOTE: You need curl installed for the interactive package completions.

Fisherman

> fisher ohanhi/fish-elm-completions

Curl

$ curl -L https://raw.githubusercontent.com/ohanhi/fish-elm-completions/master/hooks/install.fish | fish
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].