Zsh

Open-source projects categorized as Zsh

Top 23 Zsh Open-Source Projects

  • ohmyzsh

    🙃 A delightful community-driven (with 2,200+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

    Project mention: Terminal commands I use as a frontend developer | dev.to | 2024-03-09

    That’s the minimum terminal setup. You can modify the look and add plugins such as autocompletion to your terminal by installing ohmyzsh and using themes such as powerlevel10k. I am already using them.

  • nvm

    Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

    Project mention: Write a schema only absolutely no code backend server with Node.js and Teo! | dev.to | 2024-02-20

    Install Node.js if it hasn't been installed. There are several ways to install Node.js. You may download the installer from the official website, or install it with tools like NVM. After installation, run this command to verify its installation.

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

  • fzf

    :cherry_blossom: A command-line fuzzy finder

    Project mention: pyfzf : Python Fuzzy Finder | dev.to | 2024-03-10

    fzf : https://github.com/junegunn/fzf

  • powerlevel10k

    A Zsh theme

    Project mention: Terminal commands I use as a frontend developer | dev.to | 2024-03-09

    That’s the minimum terminal setup. You can modify the look and add plugins such as autocompletion to your terminal by installing ohmyzsh and using themes such as powerlevel10k. I am already using them.

  • starship

    ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

    Project mention: Atuin – Magical Shell History | news.ycombinator.com | 2024-02-21

    Agreed, I use this in conjunction with Starship [1], both initialized specifically for Fish in the config. I love this shell so much.

    [1] - https://starship.rs/

  • awesome-shell

    A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.

    Project mention: Shell | news.ycombinator.com | 2023-10-07
  • zsh-autosuggestions

    Fish-like autosuggestions for zsh

    Project mention: Setting up a MacBook for development in 2024 | dev.to | 2024-01-08

    brew install fzf # for fuzzy find files, commands, etc brew install starship $(brew --prefix)/opt/fzf/install git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting # syntax highlight for zsh git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions # smart autosuggestions for zsh echo 'eval "$(starship init zsh)"' >> ~/.zshrc

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • autocomplete

    IDE-style autocomplete for your existing terminal & shell

    Project mention: Fig Is Sunsetting | news.ycombinator.com | 2024-03-14
  • config

    Apps/CLIs/configs I use on macOS/iOS. Fish, Karabiner, Cursor.. (by nikitavoloboev)

  • asdf

    Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

    Project mention: Volta – Fastest Node version manager in Rust | news.ycombinator.com | 2024-03-25

    Or if you need to manage more than just node, asdf has been around for over a decade and works great. You can use a .tool-versions to change runtimes for each project you have, in addition to managing your global runtime versions

    https://asdf-vm.com/

  • spaceship-prompt

    :rocket::star: Minimalistic, powerful and extremely customizable Zsh prompt

    Project mention: Is there any way to remove the first newline from Starship Prompt? | /r/commandline | 2023-05-24

    There are solutions in this GH issue discussion: https://github.com/spaceship-prompt/spaceship-prompt/issues/677

  • zsh-syntax-highlighting

    Fish shell like syntax highlighting for Zsh.

    Project mention: Setting up a MacBook for development in 2024 | dev.to | 2024-01-08

    brew install fzf # for fuzzy find files, commands, etc brew install starship $(brew --prefix)/opt/fzf/install git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting # syntax highlight for zsh git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions # smart autosuggestions for zsh echo 'eval "$(starship init zsh)"' >> ~/.zshrc

  • Warp

    Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.

    Project mention: Fig Is Sunsetting | news.ycombinator.com | 2024-03-12
  • zoxide

    A smarter cd command. Supports all major shells.

    Project mention: You might want to replace cd command with Zoxide 🎉 — a smarter and trainable cd alternative 🗂️ | dev.to | 2024-03-08

    Head over to ajeetdsouza/zoxide and install it now! It's innovative, free, and flexible!

  • atuin

    ✨ Magical shell history

    Project mention: ohmyzsh VS atuin - a user suggested alternative | libhunt.com/r/ohmyzsh | 2024-02-22

    The shell history autocomplete seems to be better than the one that comes with Oh My Zsh.

  • terminalizer

    🦄 Record your terminal and generate animated gif images or share a web player

  • powerline

    Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.

    Project mention: Powerline arrows bugged | /r/linuxquestions | 2023-05-01
  • oh-my-posh

    The most customisable and low-latency cross platform/shell prompt renderer

    Project mention: Oh My Posh | news.ycombinator.com | 2024-01-23
  • prezto

    The configuration framework for Zsh

    Project mention: I think Linux might be the superior platform for gaming at this point. | /r/linux_gaming | 2023-06-18

    Is the command line really so scary? I enjoy using it from time-to-time (usually not for gaming related reasons) and I like things like Prezto to make it look pretty.

  • pure

    Pretty, minimal and fast ZSH prompt (by sindresorhus)

    Project mention: Config to make powerlevel10k look like Starship? | /r/zsh | 2023-04-21

    Run p10k configure and choose Lean style. Pure style is inferior in all respects. It exists to make https://github.com/sindresorhus/pure users feel at home.

  • direnv

    unclutter your .profile

    Project mention: Nix-direnv is a quality of life improvement | news.ycombinator.com | 2024-01-31

    I also made the export diff configurable, motivated by this post: https://github.com/direnv/direnv/pull/1233

  • inshellisense

    IDE style command line auto complete

    Project mention: Fig Is Sunsetting | news.ycombinator.com | 2024-03-12

    withfig/autocomplete is also used by other projects, who might be in a position to fork if something happens. The ones I know of are:

    - https://github.com/microsoft/inshellisense

  • xonsh

    :shell: Python-powered, cross-platform, Unix-gazing shell.

    Project mention: This Week In Python | dev.to | 2024-03-09

    xonsh – Python-powered, cross-platform, Unix-gazing shell

  • SaaSHub

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

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). The latest post mention was on 2024-03-25.

Zsh related posts

Index

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

Project Stars
1 ohmyzsh 167,920
2 nvm 74,916
3 fzf 58,902
4 powerlevel10k 42,328
5 starship 39,957
6 awesome-shell 30,741
7 zsh-autosuggestions 29,349
8 autocomplete 24,247
9 config 20,249
10 asdf 20,215
11 spaceship-prompt 19,014
12 zsh-syntax-highlighting 18,884
13 Warp 18,317
14 zoxide 17,757
15 atuin 17,130
16 terminalizer 14,908
17 powerline 14,149
18 oh-my-posh 13,883
19 prezto 13,750
20 pure 12,729
21 direnv 11,590
22 inshellisense 7,969
23 xonsh 7,899
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com