mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 23:22:46 +08:00
README.md: add optional dependencies for yarn, bower and npm completions
This commit is contained in:
parent
a78a480c53
commit
ad4913fd61
|
@ -86,6 +86,9 @@ fish 3.0 is a major release which brings with it both improvements in functional
|
||||||
- `unzip`
|
- `unzip`
|
||||||
- `xsv`
|
- `xsv`
|
||||||
- Lots of improvements to completions (especially `git` and `hg`).
|
- 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.
|
- 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
|
* 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
|
* system clipboard integration (with the default Ctrl-V and Ctrl-X bindings) require either the
|
||||||
`xsel` or `pbcopy`/`pbpaste` utilities
|
`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
|
### Switching to fish
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user