Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-18 | rails: detect gems.rb in _rake_command (#8223) | Angelos Orfanakos | |
2019-10-18 | bundler: support new file naming convention (#6594) | Vsevolod Romashov | |
2019-10-18 | pass: add README (#8282) | flowin | |
2019-10-18 | phing: add README (#8278) | Nick | |
2019-10-18 | eecms: add README (#8277) | Nick | |
2019-10-18 | bundler: make it play nice with functions that call wrapped commands (#8271) | Nick Fagerlund | |
When another function calls one of the bundler plugin's wrapper functions, the command to run gets passed as an array instead of a space-separated string. That works fine when the arguments are expanded alone, like `bundle exec $@`, but something like `./bin/$@` will expand to something like `./bin/rake ./bin/--silent ./bin/--tasks`, which of course will explode. This was causing a nasty interaction with the rake-fast plugin, and I'd be shocked if it wasn't causing other problems. The fix is to explicitly turn off the `RC_EXPAND_PARAM` option for that expansion. See http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion for more details. | |||
2019-10-16 | fzf: fix regression (#8269) | Jakub Łuczyński | |
Typo introduced in f56b678 fixing #8253 | |||
2019-10-15 | git-remote-branch: add README (#8259) | Sofia Rivas | |
2019-10-15 | pod: add README (#8257) | Marc Cornellà | |
2019-10-15 | screen: add README (#8256) | flowin | |
2019-10-15 | rake: add README (#8254) | Kenny Heaton | |
2019-10-15 | fzf: check for dpkg before checking for fzf in debian | Marc Cornellà | |
Fixes #8253 Co-authored-by: Mariusz B <mb@binary-offensive.com> | |||
2019-10-14 | Update README | yasnakateb | |
2019-10-14 | Added README for pod | Yasna Kateb | |
2019-10-10 | Delete alias section | Marc Cornellà | |
2019-10-10 | add readme for the rust plugin | jotaro-sama | |
2019-10-09 | emotty: add README (#8240) | Kirill | |
2019-10-09 | fbterm: add README (#8241) | Kirill | |
2019-10-09 | battery: add support for sysctl in FreeBSD (#8155) | 927589452 | |
2019-10-09 | python: add recurse flag to pygrep (#8217) | Maciej Motyka | |
As described in #7053 | |||
2019-10-09 | chruby: add README (#8238) | Marc Cornellà | |
2019-10-09 | Reword and add extra information | Marc Cornellà | |
2019-10-09 | git-escape-magic: fix typos in README (#8234) | Martin Mladenov | |
2019-10-09 | compleat: add README (#8236) | Marc Cornellà | |
2019-10-09 | Change description | Marc Cornellà | |
2019-10-09 | sprunge: add README and refactor (#8239) | Noah Nichols | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2019-10-09 | singlechar: add README (#8232) | otherpaco | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2019-10-09 | terminalapp: delete plugin deprecated since 2015 (#8230) | otherpaco | |
2019-10-09 | yarn: add yarn version alias (#8138) | Frani | |
2019-10-09 | yarn: use zsh-completions latest version (87e1313) | Marc Cornellà | |
Closes #7300 Closes #8115 Closes #8118 | |||
2019-10-08 | Adds chruby plugib README.md | Karolis Mazukna | |
2019-10-08 | yarn: add ytc alias for test with coverage (#7664) | 14nrv | |
2019-10-08 | gradle: support gdub completion (#6135) | Qinfeng Chen | |
2019-10-08 | Create README.md for compleat plugin | Chaitanya Raj | |
2019-10-07 | cloudapp: add README (#8229) | Austin Ratcliff | |
2019-10-07 | Add READMEs for tugboat and colemak plugins (#8207) | Griffin J Rademacher | |
2019-10-07 | ufw: add README (#8227) | Marc Cornellà | |
2019-10-07 | Reword | Marc Cornellà | |
2019-10-07 | virtualenvwrapper: add README (#8226) | Michael C | |
2019-10-07 | Add README for pow and powify plugins (#8225) | Denis Titusov | |
2019-10-07 | pyenv: add README (#8224) | Joe Rattazzi | |
2019-10-07 | perl: add README (#8215) | Marc Cornellà | |
2019-10-07 | Some syntax changes and more function docs | Marc Cornellà | |
2019-10-07 | redis-cli: add README (#8214) | Marc Cornellà | |
2019-10-07 | Small changes | Marc Cornellà | |
2019-10-07 | mysql-macports: add README (#8210) | Aditya J Karia | |
2019-10-07 | dash: simplify completion logic | Marc Cornellà | |
2019-10-07 | Remove redundant section and document keyword args | Marc Cornellà | |
2019-10-07 | docs: add README.md for Dash plugin | Michael C | |
2019-10-06 | Create README.md | Alex Morozoff | |
Added README for UFW plugin issue: [Good first PR] Add READMEs to undocumented plugins #7175 |