Shell zsh-plugin

Open-source Shell projects categorized as zsh-plugin

Top 23 Shell zsh-plugin Projects

  1. awesome-zsh-plugins

    A collection of ZSH frameworks, plugins, themes and tutorials.

  2. 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.

    CodeRabbit logo
  3. zsh-autocomplete

    🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.

    Project mention: Automating Azure VM Ubuntu install without fancy tools | dev.to | 2024-07-22
  4. forgit

    :zzz: A utility tool powered by fzf for using git interactively.

    Project mention: My last weeks GitHub contributions | dev.to | 2024-04-27

    Some PR about forgit improvements

  5. fzf-tab

    Replace zsh's default completion selection menu with fzf!

    Project mention: Ask HN: What's your terminal and shell setup? | news.ycombinator.com | 2024-11-14
  6. zsh-vi-mode

    💻 A better and friendly vi(vim) mode plugin for ZSH.

  7. zinit

    🌻 Flexible and fast ZSH plugin manager (by zdharma-continuum)

    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

  8. zsh-nvm

    Zsh plugin for installing, updating and loading nvm

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. zsh-z

    Jump quickly to directories that you have visited "frecently." A native Zsh port of z.sh with added features.

    Project mention: Command Line Tools I Like (2022) | news.ycombinator.com | 2024-10-09

    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?

  11. zsh-you-should-use

    📎 ZSH plugin that reminds you to use existing aliases for commands you just typed

  12. zsh-snap

    ⚡️ Znap! Fast, easy-to-use tools for Zsh dotfiles & plugins, plus git repos

  13. antidote

    https://antidote.sh - the cure to slow zsh plugin management

  14. git-extra-commands

    A collection of git utilities, useful extra git scripts, tutorials and other useful articles.

  15. dotbare

    Manage dotfiles and any git directories interactively with fzf

  16. 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

  17. fzf-marks

    Plugin to manage bookmarks in bash and zsh

  18. zpm

    Zpm— Zsh Plugin Manager

  19. fzf-zsh-plugin

    ZSH plugin to enable fzf searches of a lot more stuff - docker, tmux, homebrew and more.

    Project mention: Trick to find commands in the terminal quickly | news.ycombinator.com | 2025-02-16

    +1 for `fzf`. And if you're using Oh My Zsh then check out fzf-zsh-plugin: https://github.com/unixorn/fzf-zsh-plugin

  20. jq-zsh-plugin

    jq zsh plugin

  21. git-prompt.zsh

    A fast, customizable, pure-shell, asynchronous Git prompt for Zsh

    Project mention: How I use git | news.ycombinator.com | 2024-10-23

    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

  22. history-sync

    An oh-my-zsh plugin for GPG encrypted internet synchronised Zsh history, with Git.

  23. F-Sy-H

    ⚙️ Feature-rich Syntax Highlighting for Zsh

  24. autoenv

    Autoenv for zsh (by zpm-zsh)

  25. 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.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Shell zsh-plugin discussion

Log in or Post with

Shell zsh-plugin related posts

  • Install zsh-autocomplete on WSL2

    1 project | dev.to | 15 Jun 2024
  • Evalua 1.0.0, Some more clarity on this plugin in the comments

    1 project | /r/neovim | 14 Jul 2023
  • This fzf config return error

    1 project | /r/zsh | 30 Jun 2023
  • is there a plugin to replace zsh's default completion selection menu with dmenu?

    1 project | /r/zsh | 22 Jun 2023
  • Looking for feedback on my zsh config and setup

    2 projects | /r/zsh | 11 Jun 2023
  • renaming files

    1 project | /r/zsh | 12 May 2023
  • Introducing: LVIM FORGIT - Forgit for Neovim

    2 projects | /r/neovim | 10 May 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 17 Apr 2025
    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 →

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

Sponsored
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.
coderabbit.ai

Did you know that Shell is
the 11th most popular programming language
based on number of references?