Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kidonng/completions.fish
Latest fish completions as a plugin
https://github.com/kidonng/completions.fish
Last synced: 10 days ago
JSON representation
Latest fish completions as a plugin
- Host: GitHub
- URL: https://github.com/kidonng/completions.fish
- Owner: kidonng
- License: gpl-2.0
- Created: 2021-11-24T15:09:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T00:18:54.000Z (3 months ago)
- Last Synced: 2024-08-01T20:08:27.525Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 1.58 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💅🐟 completions.fish
> Latest fish completions as a plugin
Enjoy latest completions [synced](sync.fish) from [fish's source repository](https://github.com/fish-shell/fish-shell) every day, without compiling anything yourself.
- [Release announcement](https://github.com/fish-shell/fish-shell/discussions/8490)
## Installation
- [plug.fish](https://github.com/kidonng/plug.fish)
```fish
set plugins \
https://github.com/kidonng/plug.fish \
https://github.com/kidonng/completions.fish
```- [Fisher](https://github.com/jorgebucaran/fisher)
```fish
fisher install kidonng/completions.fish
```## Notes
- Completions for built-ins and vendored functions are excluded.
They are more likely to use unreleased features incompatible with latest release of fish.
- If a completion is incompatible, you can revert to its original version:
```fish
# Example: revert git completion
ln -s $__fish_data_dir/completions/git.fish $__fish_config_dir/completions
```