zsh-plugin

Open-source projects categorized as zsh-plugin
Language: + Shell + Lua + Rust

Top 23 zsh-plugin Open-Source Projects

  • awesome-zsh-plugins

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

  • Project mention: Enchula Mi Consola | dev.to | 2023-12-19

    Hay mas recursos en: Zsh's Awesome List.

  • zsh-autocomplete

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

  • Project mention: Make Your Linux Terminal Enjoyable to Use | dev.to | 2023-12-30

    git clone --depth 1 "https://github.com/marlonrichert/zsh-autocomplete.git" $HOME/.oh-my-zsh/custom/plugins/zsh-autocomplete

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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

  • z.lua

    :zap: A new cd command that helps you navigate faster by learning your habits.

  • Project mention: Cdpath: Easily Navigate Directories in the Terminal | news.ycombinator.com | 2023-12-06

    https://github.com/skywind3000/z.lua is quite nice and has more features, e.g. fzf integration and an interactive mode.

  • zsh-vi-mode

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

  • Project mention: The secret weapon of Bash power users | news.ycombinator.com | 2024-03-24
  • fzf-tab

    Replace zsh's default completion selection menu with fzf!

  • Project mention: fish-shell: the user-friendly command-line shell | news.ycombinator.com | 2023-08-26

    Am i the only one who feels fish is not worth it despite of hype? Don't get me wrong. I think that fish is really good shell.

    BUT...

    After adding the following plugins to zsh(before you chime in, it's just adding these lines,not anything configuring much. also it auto bootstraps on new install), I found out that fish is no where near configured zsh.

    1) https://github.com/zdharma-continuum/zinit (plugin manager)

    2) https://github.com/zdharma-continuum/fast-syntax-highlightin...

    3) https://github.com/zdharma-continuum/history-search-multi-wo...

    4) https://github.com/zsh-users/zsh-autosuggestions

    5) https://github.com/zsh-users/zsh-completions

    6) https://github.com/Aloxaf/fzf-tab

    7) any good shell prompt generator like https://github.com/romkatv/powerlevel10k

    For example, I use fzf integration for tab completion. Fish's fzf integration is nowhere as good as that of zsh's. Also, posix compat and almost bash compat of zsh is plus.

    I acknowledge that zsh isn't perfect shell either and I have tried and failed few times in past to switch to fish. If you provide me compelling reason/s to switch to fish, I am all ears.

  • zinit

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

  • Project mention: Deeply scammy looking zsh plugin manager called "zi" | news.ycombinator.com | 2024-04-08

    I don’t use zsh plugin managers myself, but it looks like zinit already had the ability to update itself. Why on earth replace a working solution with a broken one? zi won’t be able to load plugins when the computer is offline for no good legitimate reason that I can possibly think of.

    https://github.com/zdharma-continuum/zinit#upgrade-zinit-and...

  • SaaSHub

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

    SaaSHub logo
  • zsh-nvm

    Zsh plugin for installing, updating and loading nvm

  • zsh-z

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

  • Project mention: zsh Plugin for navigating files/folders | /r/zsh | 2023-07-03

    I think that covers your description, and a great folder jumping plugin is zsh-z.

  • zsh-you-should-use

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

  • zsh-snap

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

  • Project mention: Oh-my-zsh without oh-my-zsh? | /r/zsh | 2023-05-11

    Personally I use https://github.com/marlonrichert/zsh-snap as my plugin manager. You can just reference this baseline template that the author of the plugin manager has made if you want a sample config:

  • git-extra-commands

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

  • antidote

    https://getantidote.github.io - the cure to slow zsh plugin management

  • Project mention: Quickest path to a decent zsh setup? | /r/zsh | 2023-12-05

    Although there are all sorts of Zsh starter kits and plugin managers out there, based on what you've described as an OMZ user, it seems like you would benefit most from investing in customizing your OMZ config with a $ZSH_CUSTOM folder and then saving your $ZSH_CUSTOM folder in a cloud git provider like GitLab, BitBucket, or GitHub.

  • dotbare

    Manage dotfiles and any git directories interactively with fzf

  • zsh-yarn-autocompletions

    Zsh plugin for Yarn autocompletions.

  • zsh-abbr

    The zsh manager for auto-expanding abbreviations, inspired by fish shell.

  • Project mention: Favorite aliases? | /r/linuxquestions | 2023-05-08
  • fzf-marks

    Plugin to manage bookmarks in bash and zsh

  • zpm

    Zpm— Zsh Plugin Manager

  • jq-zsh-plugin

    jq zsh plugin

  • Project mention: Interactive Examples for Learning Jq | news.ycombinator.com | 2023-11-07
  • history-sync

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

  • autoenv

    Autoenv for zsh (by zpm-zsh)

  • F-Sy-H

    ⚙️ Feature-rich Syntax Highlighting for Zsh

  • 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

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

zsh-plugin related posts

  • The secret weapon of Bash power users

    2 projects | news.ycombinator.com | 24 Mar 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 - SaaSHub
    www.saashub.com | 1 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source zsh-plugin projects? This list will help you:

Project Stars
1 awesome-zsh-plugins 14,480
2 zsh-autocomplete 4,825
3 forgit 4,250
4 z.lua 2,919
5 zsh-vi-mode 2,754
6 fzf-tab 2,733
7 zinit 2,313
8 zsh-nvm 2,149
9 zsh-z 1,862
10 zsh-you-should-use 1,339
11 zsh-snap 1,238
12 git-extra-commands 974
13 antidote 705
14 dotbare 633
15 zsh-yarn-autocompletions 581
16 zsh-abbr 478
17 fzf-marks 466
18 zpm 336
19 jq-zsh-plugin 298
20 history-sync 230
21 autoenv 166
22 F-Sy-H 149
23 zsh-system-clipboard 130

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com