mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-14 22:07:07 +00:00
Merge pull request #1215 from unixorn/2021-May-updates
Fix sort, add keybase.io to exclusions list
This commit is contained in:
commit
603d234fd7
2 changed files with 2 additions and 2 deletions
2
.github/workflows/awesomebot.yml
vendored
2
.github/workflows/awesomebot.yml
vendored
|
@ -15,4 +15,4 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- uses: docker://dkhamsing/awesome_bot:latest
|
||||
with:
|
||||
args: /github/workspace/README.md --allow-dupe --request-delay 1 --allow-redirect --white-list https://ipfs.io,slideshare,https://img.shields.io,https://codeclimate.com/github/unixorn/awesome-zsh-plugins,www-s.acm.illinois.edu,https://mgdm.net,https://www.concourse.ci,https://grml.org/zsh/zsh-lovers.html,https://geeknote.me,https://en.ipip.net,https://docs.virtuozzo.com,kubernetes.io,https://youtube-dl.org,https://1password.com,https://iterm2.com,kafka.apache.org,https://mercurial-scm.org,https://hitokoto.cn,https://www.cyberciti.biz
|
||||
args: /github/workspace/README.md --allow-dupe --request-delay 1 --allow-redirect --white-list https://ipfs.io,slideshare,https://img.shields.io,https://codeclimate.com/github/unixorn/awesome-zsh-plugins,www-s.acm.illinois.edu,https://mgdm.net,https://www.concourse.ci,https://grml.org/zsh/zsh-lovers.html,https://geeknote.me,https://en.ipip.net,https://docs.virtuozzo.com,kubernetes.io,https://youtube-dl.org,https://1password.com,https://iterm2.com,kafka.apache.org,https://mercurial-scm.org,https://hitokoto.cn,https://www.cyberciti.biz,https://keybase.io
|
|
@ -1100,9 +1100,9 @@ These plugins add tab completions without adding extra functions or aliases.
|
|||
* [extract (thetic)](https://github.com/thetic/extract) - Fork of the oh-my-zsh extract plugin.
|
||||
* [flowr](https://github.com/oubasan/flowr) - Completion support for [git-flow](http://github.com/nvie/gitflow).
|
||||
* [fly-zsh-autocomplete](https://github.com/Sbodiu-pivotal/fly-zsh-autocomplete-plugin) - Adds autocompletion options for all [Concourse CLI](https://www.concourse.ci/fly-cli.html) commands.
|
||||
* [fzf-gcloud](https://github.com/mbhynes/fzf-gcloud) - Fuzzy completion to navigate and preview all Google Cloud SDK `gcloud` CLI commands
|
||||
* [fzf-tab-completion](https://github.com/lincheney/fzf-tab-completion) - Add tab completion for ZSH, bash & applications using GNU Readline.
|
||||
* [fzf-zsh-completions](https://github.com/chitoku-k/fzf-zsh-completions) - Fuzzy completions for [fzf](https://github.com/junegunn/fzf) and [ZSH](https://www.zsh.org/) that can be triggered by a trigger sequence that defaults to `**`.
|
||||
* [fzf-gcloud](https://github.com/mbhynes/fzf-gcloud) - Fuzzy completion to navigate and preview all Google Cloud SDK `gcloud` CLI commands
|
||||
* [gcloud](https://github.com/littleq0903/gcloud-zsh-completion) - Add completions for the Google Cloud SDK.
|
||||
* [gentoo](https://github.com/gentoo/gentoo-zsh-completions) - providing ZSH completion support to various Gentoo tools that lack completion scripts upstream.
|
||||
* [git-annex](https://github.com/Schnouki/git-annex-zsh-completion) - Allows tab completion for most git-annex commands.
|
||||
|
|
Loading…
Reference in a new issue