Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kidonng/nix-completions.fish
❄️🐟 Fish completions for Nix
https://github.com/kidonng/nix-completions.fish
completions fish nix
Last synced: 26 days ago
JSON representation
❄️🐟 Fish completions for Nix
- Host: GitHub
- URL: https://github.com/kidonng/nix-completions.fish
- Owner: kidonng
- License: mit
- Created: 2021-07-14T10:04:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T13:49:16.000Z (about 2 years ago)
- Last Synced: 2023-03-03T16:23:37.305Z (over 1 year ago)
- Topics: completions, fish, nix
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ❄️🐟 Nix completions.fish
> **Note**: [Fish completion for `nix` command](https://github.com/NixOS/nix/blob/master/misc/fish/completion.fish) is added in Nix 2.4. You may not need this plugin.
> 🚧 This project is a work in progress.
>
> Due to the nature of shell completions, corrections and improvements are always welcome.[Fish](https://fishshell.com/) completions for [Nix](https://nixos.org/).
Many descriptions are ported from [ZSH Completions for Nix and NixOS](https://github.com/spwhitt/nix-zsh-completions).
## Installation
- [plug.fish](https://github.com/kidonng/plug.fish)
```sh
plug install kidonng/nix-completions.fish
```- [Fisher](https://github.com/jorgebucaran/fisher)
```sh
fisher install kidonng/nix-completions.fish
```## Completions
- `nix`
- [x] Common options
- [x] Subcommands
- [ ] nix-build
- `nix-channel`
- `nix-collect-garbage`
- `nix-copy-closure`
- `nix-env`
- [x] Common options
- [x] Subcommands
- `nix-hash`
- `nix-instantiate`
- `nix-prefetch-url`
- [ ] `nix-shell`
- [ ] `nix-store`