Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qiuxiang/flutter-fish-completions

fish completions for flutter
https://github.com/qiuxiang/flutter-fish-completions

fish flutter

Last synced: 3 months ago
JSON representation

fish completions for flutter

Awesome Lists containing this project

README

        

# flutter fish completions
[![test](https://github.com/qiuxiang/flutter-fish-completions/actions/workflows/test.yml/badge.svg)](https://github.com/qiuxiang/flutter-fish-completions/actions/workflows/test.yml)

Generated from `flutter help`.

## Screenshots





## Install

Download `flutter.fish` from [Release](https://github.com/qiuxiang/flutter.fish/releases),
then put to `~/.config/fish/completions/` or [other completions path](https://fishshell.com/docs/current/index.html#where-to-put-completions).

```
curl https://github.com/qiuxiang/flutter-fish-completions/releases/latest/download/flutter.fish -Lo ~/.config/fish/completions/flutter.fish
```

## Build

```
dart lib/main.dart > ~/.config/fish/completions/flutter.fish
```