| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update yarn completion to version 4.11.0 | Shohei YOSHIDA | 2025-12-16 | 1 | -374/+793 |
| | | |||||
| * | fix(yarn): use builtin cd in yarn completion | joél hawkins torres | 2024-04-13 | 1 | -5/+5 |
| | | | | | Signed-off-by: joél hawkins torres <joel@joel.fm> | ||||
| * | Fix script completion which contains colons | Shohei YOSHIDA | 2022-01-06 | 1 | -2/+2 |
| | | |||||
| * | Fix perl one liner bug | Shohei YOSHIDA | 2021-12-30 | 1 | -1/+1 |
| | | | | | | decode_json returns hash reference, so scalar variable should be used instead of hash variable. | ||||
| * | Fix issue when package.json is not in current directory | Shohei YOSHIDA | 2021-12-21 | 1 | -4/+32 |
| | | |||||
| * | Fix no node_modules case | Shohei YOSHIDA | 2021-12-09 | 1 | -11/+13 |
| | | |||||
| * | Don't use yarn run --json for newer yarn | Shohei YOSHIDA | 2021-12-09 | 1 | -14/+15 |
| | | |||||
| * | Support both older and newer versions | Shohei YOSHIDA | 2021-12-08 | 1 | -1/+7 |
| | | |||||
| * | Update collect workspaces command | Shohei YOSHIDA | 2021-12-07 | 1 | -1/+1 |
| | | |||||
| * | Fix typos | Dimitris Apostolou | 2021-11-12 | 1 | -1/+1 |
| | | |||||
| * | Don't use sed gnu extension, use POSIX syntax | Shohei YOSHIDA | 2020-05-09 | 1 | -1/+1 |
| | | |||||
| * | Fix run subcommand --cwd issue | Shohei YOSHIDA | 2020-05-09 | 1 | -2/+9 |
| | | | | | opt_args cannot be read from 2nd completion | ||||
| * | Update subcommand flags | Shohei YOSHIDA | 2020-05-09 | 1 | -12/+29 |
| | | |||||
| * | Improve completion when '--cwd' is specified | Shohei YOSHIDA | 2020-05-09 | 1 | -2/+11 |
| | | |||||
| * | Update subcommand completion | Shohei YOSHIDA | 2020-05-09 | 1 | -1/+43 |
| | | |||||
| * | Set description for all options | Shohei YOSHIDA | 2020-05-08 | 1 | -4/+4 |
| | | |||||
| * | Update yarn command line options | Shohei YOSHIDA | 2020-05-08 | 1 | -23/+37 |
| | | |||||
| * | Fix typos | Dimitris Apostolou | 2020-04-09 | 1 | -1/+1 |
| | | |||||
| * | Complete local file 'yarn add' | Shohei YOSHIDA | 2020-03-25 | 1 | -1/+8 |
| | | | | | Complete local file if 'file:' or 'link:' is specified | ||||
| * | Yarn | cross-platform sed replacement pattern newline solution (#666) | Maxim Devoir | 2020-01-17 | 1 | -3/+5 |
| | | | | Some sed utilities (e.g. Mac OS / BSD) don't interpret `\n` in a replacement pattern as a newline. | ||||
| * | _yarn: fix parsing of yarn run on scripts containing } (#668) | Marc Cornellà | 2020-01-17 | 1 | -1/+1 |
| | | | | Fixes #667 | ||||
| * | Merge pull request #653 from MaximDevoir/feat/improve-yarn-suggestions | nicoulaj | 2019-10-08 | 1 | -3/+15 |
| |\ | | | | | YARN | Improve suggestions for `yarn run` command | ||||
| | * | revert: suggest binaries on `yarn` | Maxim Devoir | 2019-10-07 | 1 | -1/+1 |
| | | | | | | | | | This behavior is the same as before c6bdbc69e168b4dbdd25e6e32e02d049d2a456ef | ||||
| | * | Parse script commands without `jq` | Marc Cornellà | 2019-10-02 | 1 | -21/+13 |
| | | | | | | | | | Source from https://github.com/robbyrussell/oh-my-zsh/pull/8118#issuecomment-537484017 | ||||
| | * | Separate project scripts from binary packages | Maxim Devoir | 2019-10-02 | 1 | -3/+23 |
| | | | | | | | | | | | | | | | | | If `jq` utility is installed: - Suggests script names from `package.json` and their associated script Following [this feedback](https://github.com/robbyrussell/oh-my-zsh/pull/8118#issuecomment-537148142), binaries will always be suggested. | ||||
| * | | Add --latest flag for yarn upgrade-interactive | Bond | 2019-10-03 | 1 | -1/+6 |
| |/ | |||||
| * | Improve _yarn changes | Jordan Rastrick | 2019-10-01 | 1 | -3/+2 |
| | | | | Use `_default` instead of `_files` and don't unnecessarily wrap with `_arguments` | ||||
| * | fall back to file completion for yarn scripts | Jordan Rastrick | 2019-09-26 | 1 | -1/+7 |
| | | |||||
| * | yarn: rename clean to autoclean, add description for certain commands | Serge Bibauw | 2018-05-02 | 1 | -9/+9 |
| | | | | | - `clean` has been renamed to `autoclean` (https://github.com/yarnpkg/rfcs/pull/52) - added description (from `yarn help [command]`) to `cache`, `import` and `versions` | ||||
| * | yarn: escape colons when getting scripts from package.json | Simon Wachter | 2017-11-06 | 1 | -2/+2 |
| | | |||||
| * | Replace character with newline using `tr` | Chayoung You | 2017-06-09 | 1 | -2/+2 |
| | | | | | BSD sed don't print newline for `\n` in replacement string. | ||||
| * | Use `sed -E` instead of `-r` | Akinori MUSHA | 2017-05-15 | 1 | -2/+2 |
| | | | | | | | | | | | `-E` is more widely supported, including GNU sed. - [GNU sed](https://www.gnu.org/software/sed/manual/sed.html) - [macOS](https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/sed.1.html) - [FreeBSD](https://man.freebsd.org/sed/) - [NetBSD](http://netbsd.gw.com/cgi-bin/man-cgi?sed) - [OpenBSD](http://man.openbsd.org/sed.1) | ||||
| * | Added completion for yarn | Massimiliano Torromeo | 2017-05-06 | 1 | -0/+345 |
