logoalt Hacker News

wpmlast Sunday at 7:24 PM4 repliesview on HN

I’ll switch to fish when it comes preinstalled on all of the computers I use so I can write scripts in it.


Replies

yencabulatorlast Sunday at 7:53 PM

I already avoid bash scripting so I lose very little. Shell scripting beyond throwaway one-liners is a problem not a solution.

(Well that and all my machines come from the same NixOS configs.)

show 1 reply
kstrauserlast Sunday at 11:12 PM

Do you really limit your shell experience to plain POSIX? That sounds masochistic.

show 2 replies
Max-Limelihoodlast Tuesday at 4:15 AM

That's why I use C to write all my shell scripts. Can't have something non-portable like bash, which is missing from 75% of computers by default.

(Seriously, what am I missing here? Is `apt-brew pacman install fish` really that hard to type? If cross-platform portability is actually a concern, shouldn't you be using Python anyway?)

show 1 reply