mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-24 01:53:03 +00:00
Merge pull request #1538 from unixorn/2022-updates
Move fzshell entry to completions section
This commit is contained in:
commit
36e5214ac4
1 changed files with 1 additions and 2 deletions
|
@ -709,7 +709,6 @@ This section is for full setup dropins - they aren't frameworks, but they're not
|
|||
- [fzf-utils](https://github.com/redxtech/zsh-fzf-utils) - Provides functions to kill proceses and find in path with [fzf](https://github.com/junegunn/fzf).
|
||||
- [fzf-widgets](https://github.com/ytet5uy4/fzf-widgets) - Adds some ZLE widgets for [fzf](https://github.com/junegunn/fzf).
|
||||
- [fzf-z](https://github.com/andrewferrier/fzf-z) - Brings together the *z- plugin and *fzf- to allow you to easily browse recently used directories at any point on the command line.
|
||||
- [fzshell](https://github.com/mnowotnik/fzshell) - Fuzzy completions supplied by a user
|
||||
- [fzy](https://github.com/aperezdc/zsh-fzy) - Plugin that uses [fzy](https://github.com/jhawthorn/fzy) for certain fuzzy matching operations.
|
||||
- [gcloud-project](https://github.com/avivl/gcloud-project) - Easy selection of Google Cloud Projects.
|
||||
- [gdbm](https://github.com/zdharma-continuum/zgdbm) - Adds GDBM as a plugin.
|
||||
|
@ -1297,7 +1296,7 @@ These plugins add tab completions without adding extra functions or aliases.
|
|||
- [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 `**`.
|
||||
- [fzshell](https://github.com/mnowotnik/fzshell) - A fuzzy command line completer that fetches completions from sources predefined by a user.
|
||||
- [fzshell](https://github.com/mnowotnik/fzshell) - Fuzzy completions supplied by a user.
|
||||
- [gardenctl](https://github.com/holgerkoser/gardenctl) - Tab completions for the [Gardener](https://github.com/gardener/gardenctl-v2) command-line interface, as well as some aliases for common gardenctl commands
|
||||
- [gcloud](https://github.com/littleq0903/gcloud-zsh-completion) - Add completions for the Google Cloud SDK.
|
||||
- [gentoo](https://github.com/gentoo/gentoo-zsh-completions) - Provides ZSH completion support to various Gentoo tools that lack completion scripts upstream.
|
||||
|
|
Loading…
Reference in a new issue