README.md: add optional dependencies for yarn, bower and npm completions

This commit is contained in:
David Adam 2018-08-21 14:48:31 +08:00
parent a78a480c53
commit ad4913fd61
2 changed files with 5 additions and 0 deletions

View file

@ -86,6 +86,9 @@ fish 3.0 is a major release which brings with it both improvements in functional
- `unzip`
- `xsv`
- Lots of improvements to completions (especially `git` and `hg`).
- Completions for `yarn` and `npm` now require the `all-the-package-names` NPM package for full
functionality.
- Completions for `bower` and `yarn` now require the `jq` utility for full functionality.
- Improved French translations.
--

View file

@ -77,6 +77,8 @@ The following optional features also have specific requirements:
* the `fish_config` web configuration tool requires Python (2.7+ or 3.3 +) and a web browser
* system clipboard integration (with the default Ctrl-V and Ctrl-X bindings) require either the
`xsel` or `pbcopy`/`pbpaste` utilities
* full completions for `yarn` and `bower` require the `jq` utility
* full completions for `yarn` and `npm` require the `all-the-package-names` NPM module
### Switching to fish