Shell Fish

Open-source Shell projects categorized as Fish

Top 23 Shell Fish Projects

  1. zsh-autosuggestions

    Fish-like autosuggestions for zsh

    Project mention: Supercharge Your Mac Terminal: A Step-by-Step Guide to iTerm2, Oh My Zsh & Powerlevel10k | dev.to | 2025-02-08

    # 1. Backup existing configuration cp ~/.zshrc ~/.zshrc.backup 2>/dev/null || echo "No existing ~/.zshrc" # 2. Install Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # 3. Install iTerm2 brew install --cask iterm2 # 4. Install Oh My Zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # 5. Install Powerlevel10k theme git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k sed -i '' 's/ZSH_THEME="robbyrussell"/ZSH_THEME="powerlevel10k\/powerlevel10k"/' ~/.zshrc # 6. Install essential plugins git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting brew install autojump # 7. Restart terminal or reload configuration source ~/.zshrc

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

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

  4. oh-my-fish

    The Fish Shell Framework

    Project mention: How to Set Up Your Terminal for Maximum Productivity in Development | dev.to | 2024-05-22

    oh-my-fish β€” packet manager for the fish shell

  5. fisher

    A plugin manager for Fish

    Project mention: Pytest Fish shell autocompletion | dev.to | 2024-12-29

    Install with Fisher:

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

  7. tide

    🌊 The ultimate Fish prompt. (by IlanCosman)

    Project mention: (Youtube blogpost) Building Tree Link app with Svelte and Tailwind CSS | dev.to | 2024-09-11

    Tide - Shell theme. Use version 5: fisher install ilancosman/tide@v5

  8. nvm.fish

    The Node.js version manager you'll adore, crafted just for Fish

  9. SaaSHub

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

    SaaSHub logo
  10. fzf-fish-integration

    πŸ”πŸŸ Fzf plugin for Fish

  11. pacstall

    An AUR-inspired package manager for Ubuntu

  12. z

    Pure-fish z directory jumping (by jethrokuan)

  13. pure

    Pretty, minimal, and fast prompt for Fish shell inspired by sindresorhus/pure (by pure-fish)

  14. virtualfish

    Fish shell tool for managing Python virtual environments

  15. g

    Simple go version manager, gluten-free (by stefanmaric)

  16. done

    A fish-shell package to automatically receive notifications when long processes finish.

  17. hydro

    Ultra-pure, lag-free prompt with async Git statusβ€”just for Fish (by jorgebucaran)

  18. plugin-git

    Git aliases plugin for the Fish shell (similar to oh-my-zsh git)

    Project mention: How to Set Up Your Terminal for Maximum Productivity in Development | dev.to | 2024-05-22

    omf install https://github.com/jhillyerd/plugin-git omf install bobthefish omf install bass

  19. fish-nvm

    nvm wrapper for fish-shell

  20. dotfiles

    Sway acid dark (by eoli3n)

  21. replay.fish

    Run Bash commands, replay changes in Fish 🍀

    Project mention: Show HN: Call Bash/ZSH/POSIX shell functions and built-ins from Fish | news.ycombinator.com | 2024-07-31

    Wanted to share a little tool I made that I'm calling `pisciform.fish`, heavily inspired by replay.fish[1] and bass.fish[2], but with a bit more oomph.

    The tool allows you to create a fish function that mirrors a function definition from another shell. Because a shell function can mutate the calling environment (similar to using `source` on a shell script), the main mechanic of the wrapper is to look for environment mutations and play them back in the calling fish shell. This technique for bridging the different shell environments is inspired by replay and bass, but there are some slight differences.

    The README for the repo provides a more detailed overview, including a more detailed explanation of how this tool differs from what already exists.

    My motivation for making this is the fact that I've wanted to move over to `fish` for years for personal preference, but I was held back by a handful of things:

    1. I like to create and share shell tools with my teams in professional settings, and getting a whole team to move to `fish` is likely a non-starter; plus, POSIX or Bash or ZSH are the lingua franca of shell scripting (short of Python).

    2. While a shell script with a shebang is already portable, I prefer writing shell functions over writing shell scripts when feasible for a variety of reasons.

    3. I'm coming from ZSH, where both replay and bass only speak Bash.

    4. Most of the ZSH tools that I've written over the years are autoloadable function files, which can't just be `source`'d.

    5. These are sometimes complicated tools that do more than just export variables, which bass and replay are more oriented towards. I needed to be able to run arbitrary commands, support interactivity, etc.

    ---

    [1]: https://github.com/edc/bass

    [2]: https://github.com/jorgebucaran/replay.fish

  22. autopair.fish

    Auto-complete matching pairs in the Fish command line

  23. puffer-fish

    🐑 Text Expansions for Fish

  24. fish-abbreviation-tips

    πŸ’‘ Help you remembering your abbreviations

  25. sponge

    🧽 Clean fish history from typos automatically (by meaningful-ooo)

  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 Fish discussion

Log in or Post with

Shell Fish related posts

  • Xonsh – A Python-Powered Shell

    5 projects | news.ycombinator.com | 21 Feb 2025
  • Pytest Fish shell autocompletion

    3 projects | dev.to | 29 Dec 2024
  • Customize iTerm

    1 project | dev.to | 28 Dec 2024
  • Instalar NodeJS en Linux y Windows

    1 project | dev.to | 5 Nov 2024
  • Atkinson Hyperlegible Font

    14 projects | news.ycombinator.com | 17 Sep 2024
  • Show HN: Call Bash/ZSH/POSIX shell functions and built-ins from Fish

    3 projects | news.ycombinator.com | 31 Jul 2024
  • Finding Terminal Utopia

    4 projects | dev.to | 22 May 2024
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 19 Mar 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 Fish projects in Shell? This list will help you:

# Project Stars
1 zsh-autosuggestions 32,421
2 config 20,803
3 oh-my-fish 10,686
4 fisher 8,144
5 forgit 4,624
6 tide 3,298
7 nvm.fish 2,256
8 fzf-fish-integration 2,197
9 pacstall 1,409
10 z 1,333
11 pure 1,278
12 virtualfish 1,075
13 g 915
14 done 819
15 hydro 769
16 plugin-git 656
17 fish-nvm 523
18 dotfiles 518
19 replay.fish 432
20 autopair.fish 404
21 puffer-fish 316
22 fish-abbreviation-tips 311
23 sponge 299

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