Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikotron/zsh-flutter-completition
zsh completion script for flutter's cli tool
https://github.com/nikotron/zsh-flutter-completition
autocompletion cli completion dart flutter shell tool zsh
Last synced: about 2 months ago
JSON representation
zsh completion script for flutter's cli tool
- Host: GitHub
- URL: https://github.com/nikotron/zsh-flutter-completition
- Owner: NiKoTron
- License: mit
- Created: 2018-04-21T23:00:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T11:45:24.000Z (over 6 years ago)
- Last Synced: 2024-07-13T07:36:14.293Z (6 months ago)
- Topics: autocompletion, cli, completion, dart, flutter, shell, tool, zsh
- Size: 7.81 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# It's flutter.io completitions for zsh
I love develop with flutter.io, but instead using IDE tools I prefer develop with cli tools, in this reason i created this completitions for my favorite shell, i heard about Mac guys that they like ZSH to. well, I hope you try this, bros.
This script based on output of `$flutter help` command for each flutter's subcommands.
## Installation
You can simply add path where you store the script to you `$fpath` variable in to you `~./zshrc`
fpath=(/path/where/your/script/stored $fpath)
_* Note_ `fpath` declaration must be somewhere before these lines
plugins=(...)
autoload -U compinit && compinit
## LicensingThis script under MIT License full license can be found in [`LICENSE`](./LICENSE) file