aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/npm.fish
Commit message (Collapse)AuthorAge
* npm completions: Call command npmGravatar Fabian Homborg2016-06-21
| | | | | | npm is often wrapped by a function. Fixes #3158.
* Stringify many completions and functions, with --invert stringification.Gravatar Aaron Gyes2016-04-08
| | | | | | | | I believe apm must have been buggy - example output that I found online showed `tr` was mangling paths with spaces in it. Should be fixed. Also, use dscl on OS X in __fish_complete_users.fish like __fish_print_users.fish already does.
* Fix npm run completion executing only on completions load, also:Gravatar Stefan Maric2015-09-12
| | | | * Better handling of `npm run` output
* Remove redundant completions that lack descriptions for npmGravatar Stefan Maric2015-09-12
|
* Make use of `npm completion`Gravatar Stefan Maric2015-09-12
|
* Add script values as descriptions to npm run/run-script completionGravatar Stefan Maric2015-09-12
|
* Complete list of available scripts for npm run/run-script commandGravatar Stefan Maric2015-09-12
|
* Completions: Don't check $cmd[1]Gravatar Fabian Homborg2015-08-17
| | | | | | | | This is already done by fish before calling the completion. It breaks completion with combiners (#2025) and also with wrappers. (This does not include git because that's better solved in #2145)
* add completions for Node.js & NPMGravatar phette232014-07-29