Fish shell 3.7.0: last release branch before the full Rust rewrite

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. fish-shell

    The user-friendly command line shell.

    And this discussion from November has an update on the progress: https://github.com/fish-shell/fish-shell/discussions/10123

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

    A new type of shell

    Any thoughts on fish as compared to nushell [0]? It's similar to PowerShell in its philosophy and is also written in Rust.

    [0] https://github.com/nushell/nushell

  4. fzf

    :cherry_blossom: A command-line fuzzy finder

    I do find the history pager stuff interesting, but ultimately not of tremendous use for me. I rebound all my history search stuff to use fzf[1] (via a fish plugin for such[2]), and so haven't been aware of the issues

    [1] https://github.com/junegunn/fzf

    [2] https://github.com/PatrickF1/fzf.fish

  5. fzf-fish-integration

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

    I do find the history pager stuff interesting, but ultimately not of tremendous use for me. I rebound all my history search stuff to use fzf[1] (via a fish plugin for such[2]), and so haven't been aware of the issues

    [1] https://github.com/junegunn/fzf

    [2] https://github.com/PatrickF1/fzf.fish

  6. dotfiles

    Personal dotfiles Mac OS developer setup (by andyatkinson)

    I was able to adopt fish shell and get many features from bash that were provided from plugins. I prefer the more β€œstock” shell configuration for easier maintenance across computers and over time, and a less complex dotfiles project. https://github.com/andyatkinson/dotfiles

    On a team I limit my fish shell use to my own machine though, and would use bash for scripts to share with a shebang line. I also switch to a bash shell when needed.

  7. zsh-autosuggestions

    Fish-like autosuggestions for zsh

    The big thing for me was the intuitive auto-completion which I hadn't seen anywhere else at the time, but this is now also available in zsh via this plugin:

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

  8. dotfiles

    Luke's dotfiles (by LukeChannings)

    I've used Fish for a while ([my dotfiles tell me I've been using it for 8 years now... how the time flies!](https://github.com/LukeChannings/dotfiles/blob/148a5021da464...)) and decided to give Nu a try.

    The main problem with Nu is that it can't really be used as a full-time shell because it doesn't support job control, so a lot of nodejs-based CLIs I need for my job seem to lock up the shell. I got around it by using pueue (a daemon that manages processes), but it's clunky to say the least.

    I do think it'll get better as it matures, but I've been through all that pain with Fish and I'm not sure I want to put myself through that again.

  9. SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: What's your terminal and shell setup?

    3 projects | news.ycombinator.com | 14 Nov 2024
  • Tools for 2025

    4 projects | news.ycombinator.com | 1 Feb 2025
  • A new shell for using modern Unix commands

    2 projects | dev.to | 15 Jan 2025
  • Discussion on writeable psub in Fish is revived

    1 project | news.ycombinator.com | 13 Jan 2025
  • Pytest Fish shell autocompletion

    3 projects | dev.to | 29 Dec 2024

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