Live data from Hacker News

I've returned to Linux but I miss PowerShell

chrisfun.xyz

1–10 of 25 posts

Re: I've returned to Linux but I miss PowerShell

#5
post #2

But can't you just use fish?

Why not just install Powershell for linux?[1] [1] : https://learn.microsoft.com/en-us/powershell/scripting/insta...

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.

Re: I've returned to Linux but I miss PowerShell

#6

Earlier quoted context omitted.

Why not just install Powershell for linux?[1] [1] : https://learn.microsoft.com/en-us/powershell/scripting/insta...

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.

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

Re: I've returned to Linux but I miss PowerShell

#10

Earlier quoted context omitted.

Why not just install Powershell for linux?[1] [1] : https://learn.microsoft.com/en-us/powershell/scripting/insta...

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.

Nowadays a lot of people script in python
Post reply on HN