Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 23 Shell zsh-plugin Projects
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
zsh-autocomplete
🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
-
Some PR about forgit improvements
-
-
-
Project mention: 🚀 A Hands-On Guide to Setting Up Zsh, Oh My Zsh, asdf, and Spaceship Prompt with Zinit for Your Development Environment | dev.to | 2024-06-18
cat << 'EOF' >> ~/.zshrc ### Added by Zinit's installer if [[ ! -f $HOME/.local/share/zinit/zinit.git/zinit.zsh ]]; then print -P "%F{33} %F{220}Installing %F{33}ZDHARMA-CONTINUUM%F{220} Initiative Plugin Manager (%F{33}zdharma-continuum/zinit%F{220})…%f" command mkdir -p "$HOME/.local/share/zinit" && command chmod g-rwX "$HOME/.local/share/zinit" command git clone https://github.com/zdharma-continuum/zinit "$HOME/.local/share/zinit/zinit.git" && \ print -P "%F{33} %F{34}Installation successful.%f%b" || \ print -P "%F{160} The clone has failed.%f%b" fi source "$HOME/.local/share/zinit/zinit.git/zinit.zsh" autoload -Uz _zinit (( ${+_comps} )) && _comps[zinit]=_zinit # Load a few important annexes, without Turbo zinit light-mode for \ zdharma-continuum/zinit-annex-as-monitor \ zdharma-continuum/zinit-annex-bin-gem-node \ zdharma-continuum/zinit-annex-patch-dl \ zdharma-continuum/zinit-annex-rust ### End of Zinit's installer chunk EOF
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
zsh-z
Jump quickly to directories that you have visited "frecently." A native Zsh port of z.sh with added features.
I used and loved z for years but migrated to zsh-z (https://github.com/agkozak/zsh-z) when MacOS switched the default shell and it became apparent that z wouldn’t be compatible with it.
Anyone have a view on whether I should switch from zsh-z to Zoxide?
-
zsh-you-should-use
📎 ZSH plugin that reminds you to use existing aliases for commands you just typed
-
-
-
git-extra-commands
A collection of git utilities, useful extra git scripts, tutorials and other useful articles.
-
-
zsh-abbr
The zsh manager for auto-expanding abbreviations, inspired by fish. ~27,000 clones by ~17,000 unique cloners as of late Nov '24, and averaging ~60 Homebrew installs monthly since June 2023
-
-
-
fzf-zsh-plugin
ZSH plugin to enable fzf searches of a lot more stuff - docker, tmux, homebrew and more.
+1 for `fzf`. And if you're using Oh My Zsh then check out fzf-zsh-plugin: https://github.com/unixorn/fzf-zsh-plugin
-
-
Here's how I use git:
1. git status doesn't need to be run manually, https://github.com/woefe/git-prompt.zsh
2. I dislike aliases because they only work locally and not anywhere else which will be just confusing and especially when confusing when dealing with an emergency. So I'd rather not use any.
3. On the other hand, I override git reset to save my own bacon. Oh and I added git cd which I guess contradicts #2 but I use it rarely so it's fine. https://gist.github.com/chx/d4e30aaf8e3d9a6fccad9e89bb8d73b8
-
-
-
-
zsh-system-clipboard
System clipboard key bindings for Zsh Line Editor with vi mode. It is similar to what `set clipboard=unnamed` does for vim.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Shell zsh-plugin discussion
Shell zsh-plugin related posts
-
Install zsh-autocomplete on WSL2
-
Evalua 1.0.0, Some more clarity on this plugin in the comments
-
This fzf config return error
-
is there a plugin to replace zsh's default completion selection menu with dmenu?
-
Looking for feedback on my zsh config and setup
-
renaming files
-
Introducing: LVIM FORGIT - Forgit for Neovim
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 17 Apr 2025
Index
What are some of the best open-source zsh-plugin projects in Shell? This list will help you:
# | Project | Stars |
---|---|---|
1 | awesome-zsh-plugins | 16,171 |
2 | zsh-autocomplete | 5,724 |
3 | forgit | 4,651 |
4 | fzf-tab | 3,727 |
5 | zsh-vi-mode | 3,620 |
6 | zinit | 3,560 |
7 | zsh-nvm | 2,300 |
8 | zsh-z | 2,139 |
9 | zsh-you-should-use | 1,646 |
10 | zsh-snap | 1,399 |
11 | antidote | 1,070 |
12 | git-extra-commands | 1,050 |
13 | dotbare | 694 |
14 | zsh-abbr | 633 |
15 | fzf-marks | 496 |
16 | zpm | 368 |
17 | fzf-zsh-plugin | 344 |
18 | jq-zsh-plugin | 329 |
19 | git-prompt.zsh | 264 |
20 | history-sync | 253 |
21 | F-Sy-H | 178 |
22 | autoenv | 168 |
23 | zsh-system-clipboard | 157 |