cm0002@lemmy.world to Programmer Humor@programming.dev · 9 天前Vim is built differentlemmy.mlimagemessage-square78linkfedilinkarrow-up1509arrow-down114cross-posted to: programmerhumor@lemmy.ml
arrow-up1495arrow-down1imageVim is built differentlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 9 天前message-square78linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareLandless2029@lemmy.worldlinkfedilinkarrow-up25·9 天前I’ve recently started administering windows headless. PowerShell over SSH. Don’t have this problem on windows server! It doesn’t even have a terminal text editor I have to install nano or use powershell commands through hoops of fire just to edit a line in a file. Or download the file via scp, edit and reupload. Pure Insanity.
minus-squarevithigar@lemmy.calinkfedilinkarrow-up11·9 天前Clearly you should install Edit. https://github.com/microsoft/edit
minus-squareKojichan@lemmy.worldlinkfedilinkarrow-up5·9 天前Classic DOS editor for text files, batch coding, and QBasic coding. Good times.
minus-squareRedex@lemmy.worldlinkfedilinkarrow-up3·8 天前Ok that’s really cool. It looks like it’s really new? Like 3 months old?
minus-squareDacoTaco@lemmy.worldlinkfedilinkarrow-up2·edit-27 天前It was announced in may on microsoft build event ^^ I call it nano for windows haha
minus-squarevithigar@lemmy.calinkfedilinkarrow-up1·8 天前Yep, recent blog post about it: https://devblogs.microsoft.com/commandline/edit-is-now-open-source/
minus-squareLandless2029@lemmy.worldlinkfedilinkarrow-up2·9 天前My actual issue is I need approval to install anything on any server. This might get approved since it’s MS though! Thanks.
I’ve recently started administering windows headless. PowerShell over SSH.
Don’t have this problem on windows server!
It doesn’t even have a terminal text editor
I have to install nano or use powershell commands through hoops of fire just to edit a line in a file.
Or download the file via scp, edit and reupload.
Pure Insanity.
Clearly you should install Edit.
https://github.com/microsoft/edit
Classic DOS editor for text files, batch coding, and QBasic coding. Good times.
Ok that’s really cool. It looks like it’s really new? Like 3 months old?
It was announced in may on microsoft build event ^^
I call it nano for windows haha
Yep, recent blog post about it:
https://devblogs.microsoft.com/commandline/edit-is-now-open-source/
My actual issue is I need approval to install anything on any server. This might get approved since it’s MS though! Thanks.
Is edlin still around?