Fish Shell 3.2
11–20 of 133 posts
Re: Fish Shell 3.2
#12Fish is my shell of choice, like many in this thread. To me it just works, without configuring anything (ok, maybe a couple of aliases), with great defaults. As an example, type anything(for instance, '.conf') + up arrow, and there you see all the completions (for instance, 'less /etc/postgresql/10/main/pg_hba.conf' shows for me) based on the shell history. You can then cycle through them with up/down arrows. It is t…
Re: Fish Shell 3.2
#13Re: Fish Shell 3.2
#14Fish is my shell of choice, like many in this thread. To me it just works, without configuring anything (ok, maybe a couple of aliases), with great defaults. As an example, type anything(for instance, '.conf') + up arrow, and there you see all the completions (for instance, 'less /etc/postgresql/10/main/pg_hba.conf' shows for me) based on the shell history. You can then cycle through them with up/down arrows. It is t…
For this specific use-case, ctrl+R + fzf works nicely.
Re: Fish Shell 3.2
#15Don't have anything to add to this except to say thanks to the team for an amazing product. Been using fish shell for 5+ years now and I love it. "Finally, a command line shell for the 90s"!
Many of us use it, I personally in my daily basis development Fish shell is pretty neat and increases productivity in terminal. However I still use Bash in the server side where I need for example, explicit error aborting like `set -e` that Fish doesn't have yet. https://github.com/fish-shell/fish-shell/issues/510
Re: Fish Shell 3.2
#16I always see these posts, get tempted to use fish instead of bash but then I ask the ubiquity question and end up saying "Not today..."
Re: Fish Shell 3.2
#17fish_add_path will solve one of the few annoying things about Fish.
I've been looking at trying Oil as a Bash replacement though, I think Oil for scripting + Fish for interaction might be a best-of-both-worlds setup.
Re: Fish Shell 3.2
#18Fish is my shell of choice for a couple years now. Not because it's the perfect shell, but because it's a lot better than any other for interactive shells. For scripting I still stick to bash because it's more portable and I already know how to cope with its warts. And sometimes when I can't remember the fish syntax by heart, I just launch a bash from inside fish to run my command and then Ctrl-D :-)
Re: Fish Shell 3.2
#19I always see these posts, get tempted to use fish instead of bash but then I ask the ubiquity question and end up saying "Not today..."
If you mean that you still have to use bash on other machines: yeah, I feel you there.
At least for me, I'm fortunate that if I end up using a machine frequently, I can just install fish and add my config/dot files.
Re: Fish Shell 3.2
#20I always see these posts, get tempted to use fish instead of bash but then I ask the ubiquity question and end up saying "Not today..."
The ubiquity question?
Either that, or maybe I'm just lazy and missing out on a nice tool...