I've returned to Linux but I miss PowerShell

7 tangotaylor 5 7/27/2025, 12:31:03 AM chrisfun.xyz ↗

Comments (5)

lawls · 7h ago
But can't you just use fish?
tangotaylor · 6h ago
I put a note at the end about that: the lack of a `set -e` / fail fast equivalent was a dealbreaker for me.
sargstuff · 6h ago
Why not just install Powershell for linux?[1]

[1] : https://learn.microsoft.com/en-us/powershell/scripting/insta...

tangotaylor · 6h ago
I could but no one else on my team (which is used to Linux) would touch my scripts.

It’s just too foreign for Linux devs whereas it ships with Windows.

sargstuff · 6h ago
Proprietary 'shell' vs. linux DIY/customized setup.

There are a multiple publically accessible/usable sources which can be found via search engine(s) to extend bash / unix shell functionality based on points discussed in topic link.

few article link topic snippits:

* approaches to autocompletion : [0][1]

* 'man' command and/or cli option -h to cli command shows 'docstring' / options

* jq resources for shell plugin[2]

--------------

[0] https://faun.pub/configure-bash-auto-completion-tab-completi...

[1] https://tiswww.case.edu/php/chet/readline/rltop.html

[2] https://github.com/fiatjaf/awesome-jq