Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qiuxiang/flutter-fish-completions
- Owner: qiuxiang
- License: mit
- Created: 2020-12-24T01:40:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T01:02:32.000Z (7 months ago)
- Last Synced: 2024-10-12T18:27:35.951Z (4 months ago)
- Topics: fish, flutter
- Language: Shell
- Homepage:
- Size: 81.1 KB
- Stars: 28
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
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
```