summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2022-01-03fix(kubectx): quote % in `kubectx_prompt_info`Marc Cornellà
2022-01-03fix(fossil): refactor `fossil_prompt_info` and quote % in branchMarc Cornellà
2022-01-03fix(aws): quote % in `aws_prompt_info`Marc Cornellà
2022-01-03fix(virtualenv): quote % in `virtualenv_prompt_info`Marc Cornellà
2022-01-03fix(jenv): quote % in `jenv_prompt_info`Marc Cornellà
2022-01-03fix(pyenv): quote % in `pyenv_prompt_info`Marc Cornellà
2022-01-03fix(svn): refactor and quote % characters in `svn_prompt_info`Marc Cornellà
2022-01-03fix(svn): return true repo name in `svn_get_repo_name`Marc Cornellà
2022-01-03fix(svn-fast-info): quote % characters in svn branch nameMarc Cornellà
2022-01-03fix(svn-fast-info): URL-decode svn branch nameMarc Cornellà
2022-01-03style(svn-fast-info): fix code style and `svn info` localeMarc Cornellà
2021-12-31style(python): fix code style and some hidden bugsMarc Cornellà
2021-12-31chore(python): minor corrections on README (#10548)vladislav doster
Closes #10548
2021-12-31docs(zsh-navigation-tools): remove installation steps from README (#10549)Marc Cornellà
Fixes #10549
2021-12-30fix(systemd): enable `--user` on restart command (#10543)scrouthtv
`restart` is a unit-related command, not power-related, so it should appear as `sc-restart=sudo systemctl restart` and `scu-restart=systemctl --user restart`
2021-12-29fix(rust): use default toolchain when completing `cargo`Marc Cornellà
2021-12-29docs(nvm): clarify how to get Homebrew directory (#10393)Paul Robert Lloyd
2021-12-29docs(sudo): document key binding changeMarc Cornellà
2021-12-29chore(ubuntu): add documentation for `acsp` alias (#10325)Ian Cowan
2021-12-29feat(terraform): add more aliases (#9989)mehdicopter
Closes #9989
2021-12-29feat(terraform): add PREFIX and SUFFIX settings to `tf_prompt_info` (#8605)Karn Saheb
Closes #8605
2021-12-29feat(python): add utilities to manage simple virtual environments (#9776)Marijan Smetko
Closes #9776
2021-12-29feat(python): add `pyserver` alias to start an HTTP server (#10217)Celestino Gomes
Closes #10217
2021-12-29perf(yarn): skip `yarn` call if default global bin directory exists (#10290)Marc Cornellà
Fixes #10290
2021-12-29chore(bazel): update completion to f146202cMarc Cornellà
2021-12-29feat(npm): toggle `npm install` / `npm uninstall` by pressing F2 twice (#9717)Alex Matheson
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-12-29fix(pip): don't overwrite `requirements.txt` in internal commands (#10061)WH-2099
2021-12-29fix(pip): use `pip3` in `pip3 uninstall` completion (#10271)Oluwafemi Sule
2021-12-29fix(git-prompt): fix clean prompt when stash is not empty (#9978)Marc Cornellà
Fixes #9978
2021-12-29feat(debian): add `alu` alias for list and upgrade packages (#7928)Björn Daase
Closes #7928
2021-12-29chore(debian): document previous aliasMarc Cornellà
2021-12-29feat(debian): add `aar` alias for autoremove (#7869)Shahed Hosseini
2021-12-29feat(composer): add `cuh` alias for updating global packages (#6048)Raphael Stolt
Closes #6048
2021-12-29feat(composer): add `cs` alias for `composer show` (#10034)mikey dubs
Closes #10034
2021-12-29feat(common-aliases): add single-column and recursive `ls` aliases (#10096)Majid Hadavand
2021-12-29feat(zbell): add option not to use notify-send (#10082)Matthieu Baerts
2021-12-29feat(vi-mode): add `INSERT_MODE_INDICATOR` (#9732)bretello
Co-authored-by: bretello <bretello@distruzione.org>
2021-12-29feat(transfer): allow encryption of uploads using GPG (#9983)Luiz
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-12-29fix(systemd): remove `sudo` from power-related aliases (#9441)scrouthtv
2021-12-29feat(ruby): add new aliases `rrun` and `rserver` (#10218)Celestino Gomes
2021-12-29feat(shell-proxy): support SOCKS protocol based on URI scheme (#10069)Bryan Lee
2021-12-28chore(ipfs): update completion script for IPFS version 0.8.0 (#9800)Angel Ramboi
2021-12-28refactor(rvm): clean up `rb*` utilities definition and add more versionsMarc Cornellà
2021-12-28feat(rvm): add latest `rb*` utility functions (#9812)Vsevolod Voloshyn
2021-12-28feat(repo): add command completion for repo 2.8 (#9388)Turiok
2021-12-28feat(rake): support square brackets with rake binstub (#5361)Julien Negrotto
Closes #5361
2021-12-28fix(pass): update `pass` completion to ff5ac38 (#9761)Roderik Muit
This fixes a problem when completion filenames with colons. Source: https://git.zx2c4.com/password-store/commit/?id=ff5ac38f7984d7b3d2912dba106baa2fed52e530
2021-12-28feat(flutter): add a few more aliases (#9511)idoroiengel
Closes #9511
2021-12-28feat(ng): get `ng` completion from parsed help output (#10294)Marc Cornellà
Co-authored-by: Yannick Galatol <yannick.galatol@gmail.com>
2021-12-28feat(macports): add commands to get list of updated ports (#8698)Enrico Maria Crisostomo