summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2020-04-13composer: fix cdo alias due to command api change (#8828)Shahin Sorkh
2020-04-10tig: add more info in README (#8818)schnatterer
For more convenient plugin exploring.
2020-04-05battery: revert battery charging symbol 1-character-width hackMarc Cornellà
Fixes #8804
2020-04-05themes: fix minor syntax errorMarc Cornellà
2020-04-03gnu-utils: append make to cmds (#8794)Monson Shao
GNU "make" is installed as "gmake" by homebrew.
2020-03-30colorized-man-pages: add hooks for dman and debman commands (#8776)Felix Stupp
* colorized-man-pages: Added hooks for commands dman and debman `dman` and `debman` are tools from the package `debian-goodies` for Debian systems (see https://packages.debian.org/stable/debian-goodies). They can display man pages from manpages.debian.org or local debian packages respectively. README of the plugin is also updated. * Simplify syntax for future changes * Fix README syntax Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-03-30battery: remove printf usage where possibleMarc Cornellà
Spares us of the need to quote % symbols
2020-03-30battery: fix Full battery bug on Linux; force 1-char-width on charging symbolMarc Cornellà
2020-03-25keychain: define SHORT_HOST if not definedMarc Cornellà
Fixes problems when using the plugin via antibody or antigen.
2020-03-25systemd: remove newline from systemd prompt (#8772)Jon
2020-03-24git: fix markdown in README (#8769)glechic
2020-03-24history-substring-search: fixing my dumb mistakeMarc Cornellà
2020-03-24history-substring-search: update to upstream version 2019-05-12Marc Cornellà
Updates OMZ's copy to commit 0f80b8eb3368b46e5e573c1d91ae69eb095db3fb from zsh-users/zsh-history-substring-search
2020-03-23themes: change lstheme function to themes in $ZSH_CUSTOM in any levelMarc Cornellà
Also sort and remove duplicates, and pipe to fmt to improve output format. Fixes #8755
2020-03-23dotenv: add agree-once improvement to confirmation prompt (#8729)Jędrzej Lewandowski
* dotenv: add possibility to agree once for a given .env file * refactor: fix code style * Use :A modifier instead of readlink. Thanks Aloxaf * Use grep and clean up allowed list check logic * Simplify and reorder file; change default allowed list path * Add new feature to README * Make sure ZSH_CACHE_DIR is defined * Resolve symlinks in $PWD before storing in allowed list Co-authored-by: Aloxaf <bailong104@gmail.com> Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-03-22virtualenvwrapper: look in $HOME/.local/bin directory (#8758)Hector S
2020-03-21direnv: change direnv to not assume path (#8757)Dan Rose
On Ubuntu, direnv is not installed in `/usr/local`.
2020-03-20Add direnv plugin (#8666)Moritz Schwörer
2020-03-19update path for snapd /snap/bin/* which is used by Linux systems (#8752)Mark
Co-authored-by: mark horsfield <markhfromakron@gmail.com>
2020-03-16man: use only first element of command before prepending man (#8747)wurza
Co-authored-by: Michael Wurzer <michael.wurzer@sequality.at> Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-03-12taskwarrior: update completion to latest version (dcdf712)Marc Cornellà
Fixes #8249
2020-03-12autoenv: look in additional installation locations, redo logicAndrew Janke
Fixes #4681 Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-03-11Clean up plugin READMEs and a few pluginsMarc Cornellà
- fasd - history - mercurial - pylint - repo - yii2
2020-03-11z: add markdown Readme (#8715)Christoph Bachhuber
2020-03-10archlinux: fix wrong parameters in pacfiles alias (#8712)LuFan Zhong
2020-03-10sdk: remove invalid value "candidates" from sdk flush completion (#8725)Ross Goldberg
2020-03-09gradle: use upstream completion and fix some other stuffMarc Cornellà
Fixes #6239 Fixes #7946 Fixes #8017 Fixes #8717 Closes #7987 Closes #8718
2020-03-09aws: fix awscli completion path on NixOS (#8707)B YI
2020-03-09nvm: add `install-latest-npm` to completion (#8709)Nick Paterno
2020-03-09phing: fix copy-paste error in READMEMarc Cornellà
2020-03-05aws: add support for AWS CLI v2 autocompletion (#8670)Marc Cornellà
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-03-05shrink-path: added glob and quote options (#7694)Marc Cornellà
* Added -g option to shrink-path plugin. The new optins adds an asterix to the uniquely shortened name, such that, if copy'n'pasted, zsh globbing will expand to the full path name of the shortened path: shrink-path -g: "/net/software/modules/modulefiles" -> "/n*/s*/modules/m*" shrink-path -l -g: "/net/software/modules/modulefiles" -> "/n*/s*/modules/modulefiles" * Updated also the README file with the new -g option. * shrink-path: improved handling of special cases This commits improves the handling of special cases in path strings: - handling of white space in path names - handling of single-letter path names * Update plugins/shrink-path/README.md Co-Authored-By: Jacob Tomaw <jacob.tomaw@gmail.com> * Fix typo "Asterix" and replace with "asterisk" * Add optional quoting support to shrink_path Co-authored-by: Jacob Tomaw <jacob.tomaw@gmail.com>
2020-03-04arcanist: add functions which allow copy-pasting of URLS (#8688)Alexey Györi
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-03-04rbenv: fix rbenv_prompt_info prefix and suffix (#3764)chieping
Closes #3764
2020-03-04knife: fix refactor mistakeMarc Cornellà
2020-03-04knife: improve knife-solo support in completion (#3315)Masato Ikeda
Closes #1944 Closes #3315
2020-03-03kube-ps1: update to latest upstream version (c685ac8)Marc Cornellà
Closes #8009 Co-authored-by: Jon Mosco <jonny.mosco@gmail.com>
2020-03-03git: make the gpristine alias remove untracked git repos (#8697)Jean-Yves Rivallan
2020-03-02Some tweaks to the Jira pluginJosh Christopherson
[x] Updating `branch` command to be compatible with git-flow style branches by removing any prefix before attempting to go to the ticket number in Jira. [x] Removing the switch between /browse/ and /issues/ based off of the `JIRA_RAPID_BOARD` setting - as all issues are under browse now it seems.
2020-03-02Clean up jira functionMarc Cornellà
2020-03-02Better support for branch nameRoToRx88
Enable to get issue from branch prefixed with it and delimited by '_'
2020-03-02Uppercase the issue in open issue command in the JIRA pluginMatthew Manuel
2020-03-02sdk: add support for local versions and optimize sed calls (#7870)Andrea Nanni
* Added support for local sdk versions Added support for local versions (prefixed by '+'), so they are filtered out in _listInstallableVersions() and they are displayed correctly by _listAllVersion() * Optimize sed calls Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-03-02python: add pyuserpaths function (#7758)0b10
Summary Make it get a list of installed interpreters, and add the relevant local (HOME) site-packages directory to PYTHONPATH. Reason To easily add all relevant paths, initially, and between upgrades. Add check for PYTHONUSERBASE Summary Check for a non-standard install directory, use it if one exists, otherwise use ~/.local. Reason Allow users to specify their own installation directory, without affecting functionality.
2020-03-02command-not-found: speed up call to Homebrew command-not-found (#7740)Hielke Walinga
By sourcing brew files directly we can achieve a very high speed up. This will not work if the user installed homebrew in a different location than by default.
2020-03-02shrink-path: add minimum length and ellipsis symbol options (#7382)Pavel N. Krivitsky
* Added minimum length and ellipsis symbol options for the shrink-path plugin. * Replaced tab indentation with space indentation for the shrink-path plugin. * Added handling of multicharacter ellipsis, and updated documentation and README for the shrink-path plugin.
2020-03-02minikube: cache command completions (#7446)Pavel Fokin
2020-03-02pip: add local Python package files to completion (#7442)Dan D'Avella
2020-02-28zsh_reload: respect `$ZDOTDIR` when searching for `.zshrc` (#7706)Alexander Schlarb
2020-02-28gitignore: add newline to `gi` output (#7586)Gianluca Recchia
* Add trailing new line at the end of output * Double-quote variable expansion