mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
README.md: add optional dependencies for yarn, bower and npm completions
This commit is contained in:
parent
a78a480c53
commit
ad4913fd61
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
||||
--
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue