User-Friendly Syntax
Fish shell features a more readable and user-friendly syntax compared to traditional shells like Bash or Zsh, making it easier for new users to learn and use.
Modern Features
Fish shell includes out-of-the-box support for modern shell features such as syntax highlighting, autosuggestions, and smart command-line completions, greatly enhancing the user experience.
Web-Based Configuration
Users can configure Fish shell through a web interface, making it more accessible and easier to customize compared to other shells that require manual configuration file edits.
Consistent Scripting
Fish shell uses a consistent scripting language, which reduces the quirks and peculiarities often found in other shell scripting languages.
# Launch the `fish` shell (see https://fishshell.com)
Nix run `nixpkgs#fish`
Martin@iMac ~/p/o/a/martin (ruby-on-nix)>.
– Source: dev.to
/
about 1 month ago
The output here shows that we are running two processes: the fish shell (an alternative to bash) and the ps command itself. We can also see the PIDs of both of those processes. If we want to see a list of all the processes running on our system, including everything from the operating system, we can run ps -e. There will be a lot of output.
– Source: dev.to
/
2 months ago
For bash, zsh, and fish, this installer will automatically update your console startup script. If you wish to prevent modifications to your console startup script, see skipping Volta setup.
– Source: dev.to
/
2 months ago
We’re using bash as our terminal shell for now (it is standard in many distros) but it is not the only one out there. If you want to test out zsh, fish or oh-my-zsh, you will see that there are a few differences and the features are usually the main differentiator. Try that, poke around.
Source:
10 months ago
Before actual update, confirm your shell is independent on python. It is important when you use fish:.
– Source: dev.to
/
about 1 year ago
> As for why I don’t think that’s their goal, just look at https://fishshell.com/ not one of the listed features requires them to drop POSIX compatibility entirely. “Sensible scripting” is right there.
– Source: Hacker News
/
about 1 year ago
This is the default behaviour of fish[1], by the way! [1]: https://fishshell.com.
– Source: Hacker News
/
about 1 year ago
Last suggestion? Give fish a go. Its amazing. https://fishshell.com/.
Source:
about 1 year ago
On the topic of alternatives I use https://fishshell.com/ and have the Docker Completions installed.
Source:
over 1 year ago
Fish: A very fast shell with various customization options to streamline daily commands. I discovered it through this post by @caarlos0, where he provides more details about performance and the differences between fish and zsh. Additionally, I use some CLI utilities like delta, exa, and ripgrep. Here’s my dotfiles for fish.
– Source: dev.to
/
over 1 year ago
Despite these attractive attributes, many developers I’ve come across don’t prefer Fish shell, primarily due to integration gaps with tools like Python’s virtualenv. So, in this article, I’m offering a simple solution for automatic virtualenv activation for Fish shell, steering clear of resource-intensive frameworks like oh-my-fish that often slow down the shell.
– Source: dev.to
/
over 1 year ago
Since writing my wsl workflow post, I’ve switched from zsh to fish. It’s a more modern shell that comes with autosuggestions, syntax highlighting and a lot more out of the box. It even has web-based configuration which makes it super easy to customize and preview your changes.
– Source: dev.to
/
over 1 year ago
Fish is a acronyn for friendly interactive shell. It is a smart and user friendly shell for Unix-like operating systems like Linux. There are a lot of features that make it stand out from other shells like bash. It has a lot of features like autosuggestions, syntax highlighting, tab completions and a lot more. You can read more about it in the documentation. I have been using it for a while now and I it configured…
– Source: dev.to
/
over 1 year ago
This is a weird way to say you want to sleep with the fishes.
Source:
over 1 year ago
| Terminal, Shell etc.* | 1. Be comfortable with shells like bash, fish etc. 2. Create aliases, time saving new commands, customizations …
Source:
over 1 year ago
The shell is the interface we interact with when we open a terminal session. The default shell for most Linux distributions and macOS was the good old bash for decades, but some competitors have gained prominence in recent years. The most relevant is zsh, now the default for macOS and many Linux distros. I used zsh for a while, but discovered fish in a tweet by Carlos Becker, tried it, and didn’t come back back….
– Source: dev.to
/
over 1 year ago
Mine is similar but I use fish and can’t go back. I didn’t really like starship.
Source:
over 1 year ago
I have a fish shell function that does this:.
Source:
over 1 year ago
You can get autocomplete by typing the first few letters of a command using Fish.
Source:
over 1 year ago
Honestly, the best interactive experience I’ve ever had is with the fish shell (link). If I had to write a script, Python is pretty readily available on most systems.
Source:
over 1 year ago
Some of the syntax improvements remind me of fish[1] [1]: https://fishshell.com/.
– Source: Hacker News
/
over 1 year ago