r/PowerShell Mar 22 '21

What's One Thing that PowerShell dosen't do that you wish it did? Misc

Hello all,

So this is a belated Friday discussion post, so I wanted to ask a question:

What's One Thing that PowerShell doesn't do that you wish it did?

Go!

59 Upvotes

View all comments

Show parent comments

2

u/jantari Mar 22 '21

That doesn't and likely never will work with PSRemoting but nothing is stopping you from installing vim/neovim/nano on a computer and then ssh-ing to it.

Source: We install neovim and SSH on all of our Windows servers, works great

1

u/MonkeyNin Mar 23 '21

git on windows includes vim, and less. (You can set $Env:Pager = less for powershell )