summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2019-10-27alias-finder: fix wc numeric conditional (#8251)Vice Versa
Never use `[[` for numeric comparisons, for that, we’ll use `((`.
2019-10-25python: fix and extend pyclean (#7762)Michael
Deleting `.mypy_cache` did not work, because the directories were not empty. They contain JSON files instead of compiled byte-code. This extends the cleanup by also getting rid of `.pytest_cache` directories.
2019-10-25Add profiles documentation (#8311)Marc Cornellà
* Add profiles documentation * Fix order and reword some things
2019-10-25powder: add README (#8310)Łukasz Chrząszcz
2019-10-25Fix order and reword some thingsMarc Cornellà
2019-10-25mvn: add autocompletion for openliberty (#8244)Anton Balaniuc
2019-10-24Merge branch 'master' into fabric_task_descriptionMarc Cornellà
2019-10-24Fix target_list creation. Supports fabric 1 and 2Marc Cornellà
2019-10-24Add profiles documentationLukasz Chrzaszcz
2019-10-22swiftpm: update completion for Swift 5.1 (#8248)Tim
2019-10-20rbenv: add README (#8293)Kenny Heaton
2019-10-20safe-paste: add README (#8292)Netoun
2019-10-19cargo: update completion to latest version (cdac4a8)Marc Cornellà
https://github.com/rust-lang/cargo/blob/cdac4a8/src/etc/_cargo
2019-10-19magic-enter: update README (#8284)Marco Zühlke
2019-10-19supervisor: add README and update completion (#8285)Marc Cornellà
2019-10-19Clean up READMEMarc Cornellà
2019-10-19Reorganize stuffMarc Cornellà
2019-10-18Format docker Readme like the other plugins.Marco Zühlke
2019-10-18Add Readme.md for supervisor.Marco Zühlke
Sync completion with original source.
2019-10-18rails: detect gems.rb in _rake_command (#8223)Angelos Orfanakos
2019-10-18bundler: support new file naming convention (#6594)Vsevolod Romashov
2019-10-18pass: add README (#8282)flowin
2019-10-18phing: add README (#8278)Nick
2019-10-18eecms: add README (#8277)Nick
2019-10-18bundler: 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-16fzf: fix regression (#8269)Jakub Łuczyński
Typo introduced in f56b678 fixing #8253
2019-10-15git-remote-branch: add README (#8259)Sofia Rivas
2019-10-15pod: add README (#8257)Marc Cornellà
2019-10-15screen: add README (#8256)flowin
2019-10-15rake: add README (#8254)Kenny Heaton
2019-10-15fzf: check for dpkg before checking for fzf in debianMarc Cornellà
Fixes #8253 Co-authored-by: Mariusz B <mb@binary-offensive.com>
2019-10-14Update READMEyasnakateb
2019-10-14Added README for podYasna Kateb
2019-10-10Delete alias sectionMarc Cornellà
2019-10-10add readme for the rust pluginjotaro-sama
2019-10-09emotty: add README (#8240)Kirill
2019-10-09fbterm: add README (#8241)Kirill
2019-10-09battery: add support for sysctl in FreeBSD (#8155)927589452
2019-10-09python: add recurse flag to pygrep (#8217)Maciej Motyka
As described in #7053
2019-10-09chruby: add README (#8238)Marc Cornellà
2019-10-09Reword and add extra informationMarc Cornellà
2019-10-09git-escape-magic: fix typos in README (#8234)Martin Mladenov
2019-10-09compleat: add README (#8236)Marc Cornellà
2019-10-09Change descriptionMarc Cornellà
2019-10-09sprunge: add README and refactor (#8239)Noah Nichols
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-10-09singlechar: add README (#8232)otherpaco
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-10-09terminalapp: delete plugin deprecated since 2015 (#8230)otherpaco
2019-10-09yarn: add yarn version alias (#8138)Frani
2019-10-09yarn: use zsh-completions latest version (87e1313)Marc Cornellà
Closes #7300 Closes #8115 Closes #8118
2019-10-08Adds chruby plugib README.mdKarolis Mazukna