Marc Cornellà
d47e1d65f6
fix(extract): safely remove extract directory
...
The previous code would remove the extract directory if the command failed.
This could be bad because we're not checking if the extract directory
already existed (since we're using `mkdir -p`), so it could be possible
that the extract operation failed, and we'd be removing a directory that
already existed and had files in it.
This change only removes the directory if there are no files in it, regardless
of whether the extract operation was successful or not. This is much safer.
2023-04-02 16:33:54 +02:00
..
1password
feat(1password): add username copy to opswd ( #10812 )
2022-11-07 19:53:36 +01:00
adb
adb: improve adb -s completion to show helpful info ( #7532 )
2019-02-17 23:10:17 +01:00
ag
chore(ag): fix README ( #10001 )
2021-08-06 15:51:19 +02:00
alias-finder
Use safer append to hook function arrays ( #8406 )
2019-11-19 18:47:12 +01:00
aliases
fix(aliases): group properly aliases ( #11546 )
2023-03-07 09:25:34 +01:00
ansible
style(ansible): minor style change ( #8356 )
2020-11-22 15:42:39 +01:00
ant
feat(ant): enable colored output by default ( #6688 )
2021-12-28 17:17:16 +01:00
apache2-macports
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
arcanist
feat(arcanist): add arbl and arho aliases ( #6132 )
2021-12-28 17:27:30 +01:00
archlinux
feat(archlinux): add aliases for cleaning package cache ( #10091 )
2021-12-13 22:54:19 +01:00
argocd
fix(argocd): typo in filename
2023-03-06 11:25:47 +01:00
asdf
docs(autojump): fix outdated links and update description ( #11289 )
2022-10-25 21:35:30 +02:00
autoenv
feat(autoenv): add path for Apple Silicon Homebrew ( #10749 )
2022-03-02 20:47:55 +01:00
autojump
fix(autojump): use sh file instead of zsh in NixOS ( #11425 )
2023-01-02 21:55:47 +01:00
autopep8
autopep8: add README ( #7249 )
2018-10-07 23:29:50 +02:00
aws
fix(aws): restore accidentally deleted variable
2023-03-28 17:03:03 +02:00
azure
fix(azure): load completion properly for brew ( #11499 )
2023-02-23 23:00:31 +01:00
battery
fix(battery): force battery percentage as integer
2021-10-08 15:42:43 +02:00
bazel
docs(bazel): improve plugin README ( #10806 )
2022-03-29 17:23:45 +02:00
bbedit
use https everywhere ( #6574 )
2018-08-07 20:42:01 +02:00
bedtools
feat(plugins): New plugins for samtools and bedtools ( #3574 )
2021-06-12 07:12:07 -07:00
bgnotify
refactor(bgnotify): clean up and reorganize code
2022-11-11 09:53:21 +01:00
bower
chore: fix spelling errors across the project ( #10459 )
2021-12-01 12:20:31 +01:00
branch
feat(branch): show mercurial bookmarks if used ( #9948 )
2021-12-01 17:49:42 +01:00
brew
docs(brew): remove duplication ( #11535 )
2023-03-02 10:03:50 +01:00
bridgetown
feat(bridgetown): Add plugin for Ruby bridgetown site generator ( #10496 )
2023-01-09 18:59:02 +00:00
bundler
feat(bundler): add completion for info argument ( #9594 )
2021-12-28 17:30:32 +01:00
cabal
cabal: add README ( #7367 )
2018-10-29 22:11:02 +01:00
cake
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
cakephp3
feat(cakephp3): add compatibility with CakePHP 3.7+ ( #11080 )
2022-11-15 19:25:22 +01:00
capistrano
capistrano: add README ( #7376 )
2018-11-01 15:29:05 +01:00
cask
Add more information to cask plugin README
2016-12-18 05:02:08 +01:00
catimg
chore: fix spelling errors across the project ( #10459 )
2021-12-01 12:20:31 +01:00
celery
celery: add README ( #7345 )
2018-10-26 17:06:45 +02:00
charm
feat(charm): add plugin for charm ( #10803 )
2022-03-29 11:45:20 +02:00
chruby
fix: quote % characters in ruby prompt info functions
2021-12-13 17:43:32 +01:00
chucknorris
chore: fix spelling errors across the project ( #10459 )
2021-12-01 12:20:31 +01:00
cloudfoundry
Add cloudfoundry plugin ( #7047 )
2018-10-09 21:20:55 +02:00
codeclimate
codeclimate: add README
2019-12-27 02:51:54 +01:00
coffee
docs: fix some capitalization typos( #11293 )
2022-11-04 19:34:02 +01:00
colemak
chore: fix comment bulk replace
2021-12-28 14:34:09 +01:00
colored-man-pages
style: declare globals properly
2022-01-05 09:23:54 +01:00
colorize
fix(colorize): check if $ZSH_COLORIZE_TOOL exists ( #11325 )
2022-11-09 23:04:55 +01:00
command-not-found
feat(cnf): Added support for SUSE-derived operation systems (ZYpp) to CNF plugin ( #10508 )
2021-12-17 16:02:06 -08:00
common-aliases
fix(common-aliases): don't overshadow duf if installed ( #11112 )
2022-08-23 19:23:42 +02:00
compleat
Revert "Remove redundant bashcompinit calls"
2020-10-05 17:20:02 +02:00
composer
feat(composer): add cuh alias for updating global packages ( #6048 )
2021-12-29 10:55:45 +01:00
copybuffer
chore(copybuffer): format shortcut and lighten text ( #11078 )
2022-07-29 13:05:34 +02:00
copyfile
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
copypath
feat(copypath): add plugin to copy file paths to clipboard ( #7569 )
2022-02-22 11:25:09 +01:00
cp
fix(cp): add unique suffix to rsync backup directory for each user ( #10170 )
2021-09-09 22:18:09 +02:00
cpanm
chore: fix spelling errors across the project ( #10459 )
2021-12-01 12:20:31 +01:00
dash
perf(dash): improve dash completion performance
2022-03-14 13:19:00 +01:00
debian
fix(ubuntu)!: rename acs alias to `acse ( #11334 )
2022-11-11 09:49:41 +01:00
deno
chore: removing old completion code ( #10616 )
2022-03-28 13:38:49 +02:00
dircycle
Replace "restart shell" documentation "exec zsh" ( #8411 )
2019-11-19 19:44:00 +01:00
direnv
direnv: check if direnv is installed ( #8809 )
2020-05-22 18:29:52 +02:00
dirhistory
fix(dirhistory): define key bindings for vi mode ( #10450 )
2021-12-26 18:29:55 +01:00
dirpersist
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
dnf
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
dnote
chore(dnote): fix incorrect link ( #11237 )
2022-10-07 14:31:01 +02:00
docker
feat(docker): add drs alias ( #11393 )
2022-12-15 11:47:10 +01:00
docker-compose
feat(docker-compose): add dcupdb alias ( #10235 )
2022-12-17 17:53:48 +01:00
docker-machine
docs: fix some capitalization typos( #11293 )
2022-11-04 19:34:02 +01:00
doctl
fix(doctl): actually load completions ( #11402 )
2022-12-20 19:56:30 +00:00
dotenv
fix(dotenv): actually exit when .env syntax is broken
2022-02-18 19:41:21 +01:00
dotnet
feat(dotnet): add dwt alias ( #11470 )
2023-02-01 10:51:31 +01:00
droplr
use https everywhere ( #6574 )
2018-08-07 20:42:01 +02:00
drush
feat(drush): add Drupal 8 aliases to drush plugin ( #9498 )
2021-12-28 17:59:13 +01:00
eecms
eecms: add README ( #8277 )
2019-10-18 19:05:47 +02:00
emacs
fix(emacs): make alternate-editor work for emacs >28
2023-01-13 14:42:11 +01:00
ember-cli
feat(ember-cli): add completions for ember-cli ( #5916 )
2021-12-28 18:19:59 +01:00
emoji
chore(docs): fix some typos ( #11211 )
2022-10-03 17:03:53 +02:00
emoji-clock
Upgrade some URLs to HTTPS ( #8202 )
2019-11-08 15:42:02 +01:00
emotty
chore: fix comment bulk replace
2021-12-28 14:34:09 +01:00
encode64
feat(encode64): add encodefile64 function ( #10813 )
2022-11-06 20:50:39 +01:00
extract
fix(extract): safely remove extract directory
2023-04-02 16:33:54 +02:00
fabric
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
fancy-ctrl-z
fancy-ctrl-z: ensure widgets are called with full context ( #4838 )
2020-02-28 17:27:16 +01:00
fasd
docs(fasd): recommend fork over original fasd ( #11474 )
2023-02-02 09:03:41 +01:00
fastfile
fix(fastfile): fix multiple bugs in plugin ( #9574 )
2021-12-28 18:53:48 +01:00
fbterm
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
fd
feat(fd): update fd completion to v8.3.2 ( #10688 )
2022-02-11 21:47:44 +01:00
fig
fix(fig): fix typo in completion command
2022-01-18 21:26:45 +01:00
firewalld
Rename some plugin READMEs for consistency
2019-12-27 02:37:27 +01:00
flutter
feat(flutter): use up-to-date zsh completion ( #11062 )
2022-07-27 18:06:28 +02:00
fluxcd
feat(fluxcd): add completion for flux ( #11350 )
2022-11-23 18:24:08 +01:00
fnm
chore: removing old completion code ( #10616 )
2022-03-28 13:38:49 +02:00
forklift
forklift: add support for Forklift distributed via the Setapp ( #8803 )
2020-05-22 18:20:31 +02:00
fossil
refactor(fossil): use fossil branch current supported since v2.7 ( #11138 )
2022-10-14 20:15:50 +02:00
frontend-search
docs: fix some capitalization typos( #11293 )
2022-11-04 19:34:02 +01:00
fzf
fix(fzf): installation dir for brew M1 ( #11490 )
2023-02-12 09:53:04 +01:00
gas
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
gatsby
adding gatsby command set ( #7831 )
2019-06-15 10:54:19 -07:00
gcloud
fix(gcloud): add location of latest snap install ( #11502 )
2023-02-17 08:09:00 +01:00
geeknote
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
gem
change title to h1
2018-10-04 23:13:46 +02:00
genpass
fix(genpass): use log() instead of log2() for zsh < 5.6 ( #9548 )
2020-12-27 20:51:39 +01:00
gh
chore: removing old completion code ( #10616 )
2022-03-28 13:38:49 +02:00
git
feat(git): add aliases for gone branches ( #9250 )
2023-02-20 15:35:58 +01:00
git-auto-fetch
fix(git-auto-fetch): avoid password prompt with GIT_TERMINAL_PROMPT=0 ( #11234 )
2022-10-14 19:12:04 +02:00
git-escape-magic
git-escape-magic: fix typos in README ( #8234 )
2019-10-09 18:09:29 +02:00
git-extras
fix(git-extras): type properly __gitex_command_successful calls
2023-01-06 00:15:04 +01:00
git-flow
feat(git-flow): add aliases for current hotfix branch
2021-12-28 19:42:12 +01:00
git-flow-avh
delete not applicable comments
2018-10-28 13:39:26 +01:00
git-hubflow
Capitalizate github to GitHub ( #5932 )
2019-05-07 20:02:41 +02:00
git-lfs
Add git-lfs plugin ( #9077 )
2020-10-09 12:35:13 +02:00
git-prompt
feat(git-prompt): add option to show upstream branch ( #11336 )
2022-11-14 17:38:44 +01:00
gitfast
feat(gitfast): update to git-completion 1.3.7 ( #11114 )
2022-08-14 17:00:30 +02:00
github
fix(github): deprecate the git.io command ( #10896 )
2022-06-12 20:22:29 +02:00
gitignore
gitignore: add newline to gi output ( #7586 )
2020-02-28 21:00:44 +01:00
glassfish
glassfish: add README
2019-12-26 23:23:23 +01:00
globalias
globalias: use ${(z)var} to split into words using shell parsing
2020-10-14 17:23:03 +02:00
gnu-utils
feat(gnu-utils): add gindent ( #11569 )
2023-03-20 08:11:03 +01:00
golang
feat(golang): add goe, gove aliases
2022-11-15 16:48:12 +01:00
gpg-agent
fix(gpg-agent): suppress errors from gpgconf ( #10769 )
2022-03-18 13:11:00 +01:00
gradle
fix(gradle): move compdef line ( #11488 )
2023-02-11 20:54:20 +01:00
grails
chore: fix spelling errors across the project ( #10459 )
2021-12-01 12:20:31 +01:00
grc
feat(grc): source grc.zsh instead of hard-coding its content ( #9553 )
2020-12-31 11:07:28 +01:00
grunt
chore: fix spelling errors across the project ( #10459 )
2021-12-01 12:20:31 +01:00
gulp
Capitalizate github to GitHub ( #5932 )
2019-05-07 20:02:41 +02:00
hanami
refactor(hanami): change global aliases and clean up README
2020-12-10 20:38:19 +01:00
hasura
feat(hasura): add completion plugin ( #11278 )
2022-11-08 14:45:42 +01:00
helm
feat(helm): add aliases ( #11361 )
2022-12-02 13:49:00 +01:00
heroku
fix(heroku): fix XDG cache directory name and code style ( #10436 )
2021-12-17 13:45:06 +01:00
heroku-alias
feature(heroku-cli): Add heroku cli alias ( #9073 )
2023-01-09 19:23:31 +00:00
history
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
history-substring-search
chore: fix comment bulk replace
2021-12-28 14:34:09 +01:00
hitchhiker
chore: fix comment bulk replace
2021-12-28 14:34:09 +01:00
hitokoto
fix(plugins): fix potential command injection in rand-quote and hitokoto
2021-11-11 22:45:24 +01:00
homestead
homestead: repair sed regex ( #8103 )
2019-08-24 00:00:08 +02:00
httpie
docs: fix some capitalization typos( #11293 )
2022-11-04 19:34:02 +01:00
invoke
feat(plugins): add completion plugin for invoke ( #7311 )
2021-08-10 20:25:08 +02:00
ionic
Feature/ionic plugin aliases ( #8494 )
2019-12-28 20:35:31 -08:00
ipfs
chore(ipfs): update completion script for IPFS version 0.8.0 ( #9800 )
2021-12-28 23:37:50 +01:00
isodate
feat(plugins): Add new isodate plugin for friendly date formatting commands ( #9963 )
2021-06-12 06:08:27 -07:00
istioctl
feat(istioctl): add plugin for istioctl ( #10410 )
2021-12-17 15:54:19 -08:00
iterm2
feat(iterm2): add shell integration script ( #11509 )
2023-02-24 17:27:15 +01:00
jake-node
fix(jake-node): support all Jakefile filenames in jake completion ( #9589 )
2021-01-11 19:53:12 +01:00
jenv
fix(jenv): quote % in jenv_prompt_info
2022-01-03 13:50:51 +01:00
jfrog
feat(jfrog): Support jf executable auto completion ( #10503 )
2021-12-17 16:03:20 -08:00
jhbuild
jhbuild: add some missing commands and update README ( #5195 )
2020-02-27 18:51:44 +01:00
jira
fix(jira): Update README examples to a table format
2023-01-09 20:25:08 +00:00
jruby
jruby: add README ( #8190 )
2019-10-01 21:21:05 +02:00
jsontools
fix: use python3 for all python invocations ( #10832 )
2022-04-09 14:45:42 +02:00
juju
feat(juju): add functions to get current controller and model ( #11572 )
2023-03-23 09:42:20 +01:00
jump
jump: fix for `marks' and CTRL+G key binding
2020-02-11 20:12:01 +01:00
kate
kate: add README ( #7238 )
2018-10-05 23:18:10 +02:00
keychain
Fix load of various plugins: fastfile, keychain, sfffe, stack
2020-05-26 18:05:12 +02:00
kitchen
docs: fix some capitalization typos( #11293 )
2022-11-04 19:34:02 +01:00
kn
feat(kn): add plugin for kn completion ( #8927 )
2021-11-17 10:33:48 +01:00
knife
knife: fix refactor mistake
2020-03-04 09:12:58 +01:00
knife_ssh
knife_ssh: small tweaks
2019-12-27 00:58:31 +01:00
kops
delete duplicate documentation
2018-10-28 13:22:26 +01:00
kube-ps1
chore(kube-ps1): update to most recent version ( #10980 )
2022-06-12 19:41:52 +02:00
kubectl
fix(kubectl): redirect stderr in completion generation
2022-12-07 12:20:53 +01:00
kubectx
fix(kubectx): don't error on missing k8s context ( #10675 )
2022-02-10 17:00:45 +01:00
lando
docs(lando): php support ( #11491 )
2023-02-12 16:05:06 +01:00
laravel
Laravel artisan commands extension ( #8425 )
2019-12-28 21:03:26 -08:00
laravel4
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
laravel5
laravel5: clean up
2020-09-26 12:38:31 +02:00
last-working-dir
fix(last-working-dir): use builtin pwd ( #11346 )
2022-11-21 11:24:10 +01:00
lein
lein: add README ( #8189 )
2019-10-01 20:10:11 +02:00
lighthouse
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
lol
fix(lol): use https for yolo calls ( #11320 )
2022-11-07 09:46:48 +01:00
lpass
chore(docs): fix some typos ( #11211 )
2022-10-03 17:03:53 +02:00
lxd
Add plugin for LXD autocomplete ( #7457 )
2020-05-23 22:35:48 +02:00
macos
docs(spotify): fix link ( #11593 )
2023-04-02 12:54:55 +02:00
macports
feat(macports): add commands to get list of updated ports ( #8698 )
2021-12-28 20:10:15 +01:00
magic-enter
fix(magic-enter): fix various bugs in the plugin ( #9466 )
2020-11-25 20:14:28 +01:00
man
man: look for man page for subcommands ( #8798 )
2020-05-21 20:24:43 +02:00
marked2
feat(marked): remove unnecessary code
2023-02-22 12:14:29 +01:00
marktext
feat(marktext): add plugin
2023-02-22 12:14:22 +01:00
mercurial
fix(mercurial): correctly check for untracked files in hg_dirty ( #2177 )
2021-12-13 10:50:56 +01:00
meteor
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
microk8s
Added MicroK8s plugin for ZSH ( #8499 )
2019-12-28 20:37:38 -08:00
minikube
minikube: fix spelling ( #9270 )
2020-09-29 23:35:29 +02:00
mix
feat(mix): update mix commands and descriptions ( #10273 )
2021-10-26 16:07:46 +02:00
mix-fast
mix-fast: add decriptions to mix-fast completions ( #8561 )
2020-07-09 11:23:49 +02:00
mongo-atlas
feat(mongo-atlas): add completion for atlas ( #11349 )
2022-11-23 18:24:46 +01:00
mongocli
feat: add mongocli plugin ( #9248 )
2021-02-20 22:29:54 -08:00
mosh
Add READMEs to plugins: yum, mosh, themes ( #7229 )
2018-10-04 23:41:34 +02:00
multipass
feat(multipass): add plugin for multipass ( #10140 )
2022-02-01 23:48:14 +01:00
mvn
feat(maven): add quarkus command support ( #11405 )
2022-12-26 09:41:30 +01:00
mysql-macports
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
n98-magerun
n98-magerun: add README ( #8200 )
2019-10-03 13:51:17 +02:00
nanoc
nanoc: update to latest version ( #7282 )
2018-10-17 21:26:48 +02:00
nats
feat(nats)!: rename nsc plugin to nats
2023-01-17 13:18:43 +01:00
ng
chore(docs): fix some typos ( #11211 )
2022-10-03 17:03:53 +02:00
nmap
nmap: add alias for ICMP scan ( #4807 )
2020-02-27 18:25:39 +01:00
node
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
nodenv
feat(nodenv): add plugin for nodenv ( #9880 )
2023-02-27 20:22:39 +01:00
nomad
feat(nomad): add common commands and new readme
2016-10-04 00:03:14 +02:00
npm
fix(npm): ignore rm alias ( #11222 )
2022-10-24 12:07:12 +02:00
nvm
fix(nvm): omit message when silent-autoload is enabled ( #11371 )
2022-12-06 18:22:13 +01:00
oc
fix(oc): fix completion for oc 4.9 and 4.10 ( #10973 )
2022-06-05 15:59:44 +02:00
octozen
feat(plugins): octozen shows an Octocat zen quote on startup ( #5959 )
2021-08-10 21:02:06 +02:00
operator-sdk
feat(operator-sdk): add plugin for operator-sdk ( #10423 )
2021-12-17 16:04:31 -08:00
otp
otp: add README and use clipcopy
2019-12-27 02:47:26 +01:00
pass
fix(pass): update pass completion to ff5ac38 ( #9761 )
2021-12-28 20:34:05 +01:00
paver
paver: add README
2019-12-27 01:05:47 +01:00
pep8
chore: fix spelling errors across the project ( #10459 )
2021-12-01 12:20:31 +01:00
per-directory-history
fix(per-directory-history): fix use of global history on shell start ( #9008 )
2021-10-04 17:14:34 +02:00
percol
refactor(percol): fix style, bind keys for vi-mode and remove dependencies
2021-11-08 14:01:34 +01:00
perl
Some syntax changes and more function docs
2019-10-07 17:40:51 +02:00
perms
fix(perms)!: change function name from fixperms to resetperms and document caution ( #10686 )
2022-11-11 16:49:47 +01:00
phing
phing: fix copy-paste error in README
2020-03-09 14:46:22 +01:00
pip
feat(pip): add several aliases ( #10647 )
2022-12-09 10:07:52 +01:00
pipenv
feat(pipenv): standarize completion generation ( #11424 )
2023-01-03 09:44:53 +01:00
pj
style: some code style fixes
2022-01-05 09:23:55 +01:00
please
chore: fix spelling errors across the project ( #10459 )
2021-12-01 12:20:31 +01:00
pm2
chore(docs): fix some typos ( #11211 )
2022-10-03 17:03:53 +02:00
pod
docs: fix some capitalization typos( #11293 )
2022-11-04 19:34:02 +01:00
poetry
chore(poetry): remove unnecessary unset ( #10605 )
2022-01-21 19:52:24 +01:00
postgres
feat(postgres): support Homebrew for Apple Silicon ( #10618 )
2022-01-24 17:45:09 +01:00
pow
Add README for pow and powify plugins ( #8225 )
2019-10-07 18:01:08 +02:00
powder
powder: add README ( #8310 )
2019-10-25 13:14:53 +02:00
powify
chore: fix spelling errors across the project ( #10459 )
2021-12-01 12:20:31 +01:00
pre-commit
feat(pre-commit) add aliases ( #10707 )
2022-11-23 10:23:11 +01:00
profiles
Fix order and reword some things
2019-10-25 13:14:36 +02:00
pyenv
perf(pyenv): do not check if it's disabled ( #11338 )
2022-11-14 17:36:19 +01:00
pylint
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
python
fix: use python3 for all python invocations ( #10832 )
2022-04-09 14:45:42 +02:00
qrcode
docs(qrsvg): fix command example ( #11436 )
2023-01-11 19:54:53 +01:00
rails
feat(rails): add rta alias ( #11553 )
2023-03-10 15:52:44 +01:00
rake
feat(rake): support square brackets with rake binstub ( #5361 )
2021-12-28 20:51:33 +01:00
rake-fast
rake-fast: remove brackets from completion entries
2019-03-25 10:12:43 +01:00
rand-quote
fix(plugins): fix potential command injection in rand-quote and hitokoto
2021-11-11 22:45:24 +01:00
rbenv
fix: quote % characters in ruby prompt info functions
2021-12-13 17:43:32 +01:00
rbfu
fix: quote % characters in ruby prompt info functions
2021-12-13 17:43:32 +01:00
rbw
chore: removing old completion code ( #10616 )
2022-03-28 13:38:49 +02:00
react-native
chore(react-native): fix README table alignment
2022-10-03 16:24:15 +02:00
rebar
chore: fix spelling errors across the project ( #10459 )
2021-12-01 12:20:31 +01:00
redis-cli
chore: fix spelling errors across the project ( #10459 )
2021-12-01 12:20:31 +01:00
repo
feat(repo): add command completion for repo 2.8 ( #9388 )
2021-12-28 20:58:50 +01:00
ripgrep
docs: fix some capitalization typos( #11293 )
2022-11-04 19:34:02 +01:00
ros
Rename some plugin READMEs for consistency
2019-12-27 02:37:27 +01:00
rsync
rsync: add README ( #7188 )
2018-10-02 21:44:06 +02:00
ruby
feat(ruby): add new aliases rrun and rserver ( #10218 )
2021-12-29 09:44:08 +01:00
rust
chore: removing old completion code ( #10616 )
2022-03-28 13:38:49 +02:00
rvm
feat(rvm): add rb32 alias ( #11533 )
2023-03-01 11:23:32 +01:00
safe-paste
safe-paste: fix _bracketed_paste_zle_init/finish error
2020-10-13 20:34:01 +02:00
salt
chore(docs): fix some typos ( #11211 )
2022-10-03 17:03:53 +02:00
samtools
feat(plugins): New plugins for samtools and bedtools ( #3574 )
2021-06-12 07:12:07 -07:00
sbt
sbt: use new sbt command naming convention ( #8426 )
2019-11-28 17:40:34 +01:00
scala
docs: fix some capitalization typos( #11293 )
2022-11-04 19:34:02 +01:00
scd
style: use -n flag in head and tail commands ( #10391 )
2021-11-09 09:04:10 +01:00
screen
fix: use $USERNAME guaranteed to always be defined in zsh
2021-03-25 12:08:00 +01:00
scw
use https everywhere ( #6574 )
2018-08-07 20:42:01 +02:00
sdk
sdk: support completion of new commands in 5.8.0 ( #8870 )
2020-04-30 20:28:07 +02:00
sfdx
chore: fix spelling errors across the project ( #10459 )
2021-12-01 12:20:31 +01:00
sfffe
Fix load of various plugins: fastfile, keychain, sfffe, stack
2020-05-26 18:05:12 +02:00
shell-proxy
fix: don't use $functions_source for compatibility with zsh < 5.4
2022-08-01 20:54:45 +02:00
shrink-path
feat(shrink-path): add ability to toggle off path shrinking ( #9794 )
2021-05-21 21:57:34 +02:00
sigstore
feat(sigstore): add completion plugin
2022-11-08 19:44:45 +01:00
singlechar
singlechar: add README ( #8232 )
2019-10-09 16:58:58 +02:00
skaffold
feat(skaffold): add completion ( #11357 )
2022-11-29 13:35:57 +01:00
spring
use https everywhere ( #6574 )
2018-08-07 20:42:01 +02:00
sprunge
chore(sprunge): fix Internet Archive URL
2022-03-31 12:35:26 +02:00
ssh-agent
fix(ssh-agent): silence ssh-add if quiet mode is enabled ( #11201 )
2022-10-03 16:58:42 +02:00
stack
Revert "Remove redundant bashcompinit calls"
2020-10-05 17:20:02 +02:00
sublime
feat(sublime): add support for Sublime Text 4 on Windows ( #10063 )
2021-10-06 11:01:20 +02:00
sublime-merge
Add sublime-merge plugin ( #7228 )
2020-10-03 11:47:18 +02:00
sudo
fix(sudo): only call redisplay if zle is enabled
2023-02-02 11:34:35 +01:00
supervisor
chore: fix spelling errors across the project ( #10459 )
2021-12-01 12:20:31 +01:00
suse
chore: fix spelling errors across the project ( #10459 )
2021-12-01 12:20:31 +01:00
svcat
added svcat plugin ( #7452 )
2018-12-31 11:14:22 -08:00
svn
fix(svn): fix sed call in svn_get_rev_nr ( #10590 )
2022-01-14 15:28:39 +01:00
svn-fast-info
chore: fix some instances of bad wording
2022-03-31 12:31:09 +02:00
swiftpm
feat(swiftpm): update completion for Swift 5.7 ( #11299 )
2022-11-03 18:32:54 +01:00
symfony
symfony: add README ( #7337 )
2018-10-25 13:12:02 +02:00
symfony2
fix(symfony2): silence debug lines in command completion ( #10528 )
2021-12-23 19:47:50 +01:00
systemadmin
fix(systemadmin): handle error for no IPv6 route in geteip ( #11458 )
2023-01-26 20:45:48 +01:00
systemd
feat(systemd): add support for user units in prompt ( #11417 )
2022-12-30 11:52:18 +01:00
taskwarrior
taskwarrior: update completion to latest version (dcdf712)
2020-03-12 21:57:48 +01:00
term_tab
docs(term_tab): plugin can only be used with linux and solaris ( #11385 )
2022-12-12 09:18:29 +01:00
terminitor
chore: fix spelling errors across the project ( #10459 )
2021-12-01 12:20:31 +01:00
terraform
feat(terraform): add tfc alias ( #10815 )
2023-02-21 11:23:04 +01:00
textastic
use https everywhere ( #6574 )
2018-08-07 20:42:01 +02:00
textmate
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
thefuck
fix(plugins): cache thefuck aliases ( #5522 )
2021-06-11 20:57:04 -07:00
themes
themes: fix minor syntax error
2020-04-05 17:14:48 +02:00
thor
Add README for thor and pip plugins ( #8185 )
2019-10-01 13:13:18 +02:00
tig
tig: add more info in README ( #8818 )
2020-04-10 13:53:16 +02:00
timer
Remove perl dependency
2020-09-01 11:52:32 +02:00
tmux
fix(tmux): use $...SESSION_NAME while attaching ( #10946 )
2022-12-08 12:38:13 +01:00
tmux-cssh
tmux-cssh: add README
2019-12-27 02:34:35 +01:00
tmuxinator
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
toolbox
feat(toolbox): alias for toolbox enter
2022-06-15 16:14:19 +02:00
torrent
torrent: add README ( #7873 )
2019-05-24 12:17:26 +02:00
transfer
feat(transfer): allow encryption of uploads using GPG ( #9983 )
2021-12-29 10:32:29 +01:00
tugboat
Add READMEs for tugboat and colemak plugins ( #8207 )
2019-10-07 18:37:42 +02:00
ubuntu
fix(ubuntu)!: rename acs alias to `acse ( #11334 )
2022-11-11 09:49:41 +01:00
ufw
Reword
2019-10-07 18:08:14 +02:00
universalarchive
fix(universalarchive): make plugin zsh-only to fix realpath not found error
2021-01-10 18:34:18 +01:00
urltools
Remove current directory from sys.path in python invocations ( #8408 )
2019-11-21 03:29:16 +01:00
vagrant
fix(vagrant): Allow dot in Vagrant box name ( #4803 )
2021-06-11 20:04:58 -07:00
vagrant-prompt
vagrant-prompt: replace grep -P call with sed and clean up
2020-08-28 23:50:37 +02:00
vault
chore: fix spelling errors across the project ( #10459 )
2021-12-01 12:20:31 +01:00
vi-mode
fix(vi-mode): fix cursor change on visual mode ( #11586 )
2023-04-02 13:40:49 +02:00
vim-interaction
refactor(vim-interaction): clean up code and open gvim instance if none open ( #10209 )
2021-09-23 12:33:37 +02:00
virtualenv
fix(virtualenv): quote % in virtualenv_prompt_info
2022-01-03 13:50:51 +01:00
virtualenvwrapper
fix(virtualenvwrapper): only deactivate if virtual env is still present ( #10671 )
2022-02-10 16:25:23 +01:00
volta
chore: removing old completion code ( #10616 )
2022-03-28 13:38:49 +02:00
vscode
vscode: add support for VSCodium ( #9080 )
2020-07-11 22:59:58 +02:00
vundle
Add README for vundle plugin ( #7245 )
2018-10-07 09:17:29 -07:00
wakeonlan
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
watson
feat(watson): add completion ( #10886 )
2022-12-16 12:46:34 +01:00
wd
feat(wd): update to latest upstream release ( #11235 )
2022-11-06 20:52:53 +01:00
web-search
feat(web-search): add ask.com ( #11292 )
2022-11-04 19:42:05 +01:00
wp-cli
feat(wp-cli): add aliases for DB management ( #9469 )
2020-12-07 21:23:55 +01:00
xcode
docs: fix some capitalization typos( #11293 )
2022-11-04 19:34:02 +01:00
yarn
feat(yarn): add alias for yarn why ( #10773 )
2023-01-09 20:51:50 +00:00
yii
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
yii2
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
yum
chore: fix spelling errors across the project ( #10459 )
2021-12-01 12:20:31 +01:00
z
feat(z): replace rupa/z with agkozak/zsh-z ( #11236 )
2022-10-18 19:10:55 +02:00
zbell
feat(zbell): add option not to use notify-send ( #10082 )
2021-12-29 10:38:00 +01:00
zeus
Clean up plugin READMEs and a few plugins
2020-03-11 19:57:46 +01:00
zoxide
feat(zoxide): add new plugin for zoxide (a smarter cd CLI tool) ( #9950 )
2021-06-13 10:30:58 -07:00
zsh-interactive-cd
feat(zsh-interactive-cd): sync version with upstream ( #11024 )
2023-02-06 12:09:37 +01:00
zsh-navigation-tools
chore: fix some instances of bad wording
2022-03-31 12:31:09 +02:00