Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-03 | git: make the gpristine alias remove untracked git repos (#8697) | Jean-Yves Rivallan | |
2020-03-02 | Some tweaks to the Jira plugin | Josh 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-02 | Clean up jira function | Marc Cornellà | |
2020-03-02 | Better support for branch name | RoToRx88 | |
Enable to get issue from branch prefixed with it and delimited by '_' | |||
2020-03-02 | Uppercase the issue in open issue command in the JIRA plugin | Matthew Manuel | |
2020-03-02 | sdk: 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-02 | python: 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-02 | command-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-02 | shrink-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-02 | minikube: cache command completions (#7446) | Pavel Fokin | |
2020-03-02 | pip: add local Python package files to completion (#7442) | Dan D'Avella | |
2020-02-28 | zsh_reload: respect `$ZDOTDIR` when searching for `.zshrc` (#7706) | Alexander Schlarb | |
2020-02-28 | gitignore: add newline to `gi` output (#7586) | Gianluca Recchia | |
* Add trailing new line at the end of output * Double-quote variable expansion | |||
2020-02-28 | mercurial: add hga alias to README (#7547) | Michal Kielan | |
2020-02-28 | mix: add format option to completion (#7256) | Cody Fuller | |
2020-02-28 | gradle: fix command option name in completion (#6586) | Wenbing Li | |
It should be `--rerun-tasks`, the original one miss a 's' at the end. See https://docs.gradle.org/current/userguide/command_line_interface.html | |||
2020-02-28 | pass: update completion to upstream version (675a002e) (#6475) | Sven Hergenhahn | |
2020-02-28 | fasd: cache full fasd initialisation script (#6097) | Ville Lautanala | |
Using `fasd —-init auto` will first detect terminal and then call fasd again to generate the final initialisation script. Caching that gives a more significant performance boost. | |||
2020-02-28 | stack: use builtin completion command (#6230) | Joshua Pratt | |
2020-02-28 | composer: keep composer autocompletion when using global (#5933) | Thomas Ruiz | |
2020-02-28 | kitchen: change sed regex in completion to capture all commands (#5820) | Gustavo Maia | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-02-28 | geeknote: update completion (#4986) | Ján Koščo | |
Fixes Completion only working for first parameter | |||
2020-02-28 | fancy-ctrl-z: ensure widgets are called with full context (#4838) | mickk-on-cpp | |
This allows other plugins that hook e.g. accept-line to identify the fancy-ctrl-z widget as the caller and take appropriate steps when necessary. See https://github.com/tarruda/zsh-autosuggestions/issues/82#issuecomment-181133379 | |||
2020-02-27 | Fix an issue with escape characters (#7979) | Chai Feng | |
Co-authored-by: Francisco de Zuviría <FranciscodeZuviria@fusap.com.ar> | |||
2020-02-27 | ng: refactor README | Marc Cornellà | |
2020-02-27 | macports: add rdeps and rdependents completion (#4717) | Guillermo del Fresno | |
2020-02-27 | jhbuild: add some missing commands and update README (#5195) | Miguel Vaello Martínez | |
Commands: make, tinderbox. Closes #5195 Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-02-27 | jhbuild: add shell alias (#3707) | Adrien Plazas | |
This adds "jhsh" as an alias for "jhbuild shell" to the JHBuild plugin. | |||
2020-02-27 | nmap: add alias for ICMP scan (#4807) | Ciacho | |
Closes #4807 | |||
2020-02-27 | python: add alias to run the proper IPython based on virtualenv | Petr Bělohlávek | |
Current state: a user invokes `ipython` and is provided with the IPython instance regarding the `$PATH`. Proposed state: a user invokes `ipython` (which is a new alias in the *python plugin*) and is provided with the proper IPython instance regarding the currently activated virtualenv. Example: the user's default Python is 2.7 with installed IPython 2.7. User activates Python 3.5 virtualenv where he installs IPython 3.5. After activating the environment, one expects `ipython` to run the version 3.5, which does not happen by default. Instead, IPython 2.7 is used, which in counter-intuitive and often causes problem. Closes #5797 | |||
2020-02-27 | vagrant: document aliases | Marc Cornellà | |
2020-02-27 | vagrant: add common aliases (#3762) | Marc Cornellà | |
2020-02-26 | zsh-interactive-cd: add vi-mode support (#8681) | wallace11 | |
2020-02-25 | npm: hardcode completion function and delete cached one (#8679) | Marc Cornellà | |
Fixes #8665 | |||
2020-02-25 | battery: remove redundant grep calls in battery_pct function | Marc Cornellà | |
2020-02-25 | Add JFrog CLI plugin (#8250) | Yahav Itzhak | |
2020-02-25 | battery: fix floating point output in macOS | Marc Cornellà | |
Fixes #8676 | |||
2020-02-24 | vscode: add documentation for running in macOS (#8674) | Andy Pickle | |
2020-02-19 | Polish themes plugin and error out if theme not found | Marc Cornellà | |
2020-02-19 | Move random theme functionality into "random" theme | Willy Weiskopf | |
The statements for selecting a random theme in oh-my-zsh.sh and the themes plugin are duplicate. Most people eventually settle on a theme, making those lines in oh-my-zsh.sh superfluous. To address those, it may makes sense to put the random theme functionality into a theme of its own (since themes are just zsh scripts. | |||
2020-02-18 | systemd: add prompt function to show systemd units' status (#7657) | Sir Mobus Gochfulshigan Dorphin Esquire XXIII | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-02-18 | git: add `grename` to rename a local branch and in the origin remote (#8622) | Ujwal Dhakal | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-02-18 | web-search: add wolframalpha search engine (#8638) | Kshitij Nikhal | |
2020-02-17 | arcanist: document aliases | Marc Cornellà | |
2020-02-17 | arcanist: add `arc diff --create` alias (#8610) | Alexandre GOMES | |
2020-02-15 | dotnet: use official dotnet completion (#8518) | Harry | |
2020-02-15 | git: add alias for git stash --include-untracked (#8617) | Roman | |
2020-02-15 | cloudapp: fix copy-paste mistake in README (#8629) | Manuel Silva | |
2020-02-13 | fzf: support for NixOS and Void Linux (#8618) | Roey Darwish Dror | |
2020-02-13 | kubectl: avoid conflict with existing f aliases in kca alias (#8625) | Marco Seguri | |