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 Fish Projects
-
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
-
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.
-
-
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
-
Install with Fisher:
-
Some PR about forgit improvements
-
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
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
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
-
-
-
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
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Shell Fish discussion
Shell Fish related posts
-
Xonsh β A Python-Powered Shell
-
Pytest Fish shell autocompletion
-
Customize iTerm
-
Instalar NodeJS en Linux y Windows
-
Atkinson Hyperlegible Font
-
Show HN: Call Bash/ZSH/POSIX shell functions and built-ins from Fish
-
Finding Terminal Utopia
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 19 Mar 2025
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 |