mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-15 14:27:16 +00:00
Add autoquoter zle widget plugin
Signed-off-by: Joe Block <jpb@unixorn.net>
This commit is contained in:
parent
438d5ae309
commit
c2b014120e
1 changed files with 1 additions and 0 deletions
|
@ -511,6 +511,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not
|
|||
* [autoenv](https://github.com/Tarrasch/zsh-autoenv) - If a directory contains a `.env` file, it will automatically be executed when you `cd` into it.
|
||||
* [autojump](https://github.com/wting/autojump) - A `cd` command that learns - easily navigate directories from the command line. Install autojump-zsh for best results.
|
||||
* [autopair](https://github.com/hlissner/zsh-autopair) - A ZSH plugin for auto-closing, deleting and skipping over matching delimiters. Only tested on ZSH 5.0.2 or later.
|
||||
* [autoquoter](https://github.com/ianthehenry/zsh-autoquoter) - A `zle` widget ("zsh plugin") that will automatically put quotes around arguments to certain commands.
|
||||
* [autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) - [Fish](https://fishshell.com/)-like fast/unobtrusive autosuggestions for ZSH.
|
||||
* [autoswitch-virtualenv](https://github.com/MichaelAquilina/zsh-autoswitch-virtualenv) - ZSH plugin to automatically switch python virtualenvs and pipenvs when traversing directories. Automatically detects pipenv and poetry projects.
|
||||
* [autoupdate-antigen](https://github.com/unixorn/autoupdate-antigen.zshplugin) - Antigen doesn't do automatic updates like oh-my-zsh. This plugin adds auto updating for antigen, both of antigen and the bundles loaded in your configuration.
|
||||
|
|
Loading…
Reference in a new issue