cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agoVim is built differentlemmy.mlimagemessage-square95fedilinkarrow-up1579arrow-down115cross-posted to: [email protected]
arrow-up1564arrow-down1imageVim is built differentlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square95fedilinkcross-posted to: [email protected]
minus-squareLandless2029@lemmy.worldlinkfedilinkarrow-up26·1 month agoI’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-up13·1 month agoClearly you should install Edit. https://github.com/microsoft/edit
minus-squareKojichan@lemmy.worldlinkfedilinkarrow-up5·1 month agoClassic DOS editor for text files, batch coding, and QBasic coding. Good times.
minus-squareRedex@lemmy.worldlinkfedilinkarrow-up3·1 month agoOk that’s really cool. It looks like it’s really new? Like 3 months old?
minus-squarevithigar@lemmy.calinkfedilinkarrow-up2·1 month agoYep, recent blog post about it: https://devblogs.microsoft.com/commandline/edit-is-now-open-source/
minus-squareDacoTaco@lemmy.worldlinkfedilinkarrow-up2·edit-21 month agoIt was announced in may on microsoft build event ^^ I call it nano for windows haha
minus-squareLandless2029@lemmy.worldlinkfedilinkarrow-up2·1 month agoMy actual issue is I need approval to install anything on any server. This might get approved since it’s MS though! Thanks.
minus-squaredr_robotBones@reddthat.comlinkfedilinkarrow-up2·1 month agoI think they plan on making it ship with windows by default at some point, so perhaps it’ll be in future versions of Windows Server and you won’t have to add it.
minus-squarenul9o9@lemmy.dbzer0.comlinkfedilinkarrow-up2·1 month agoI installed vim/nvim on my work windows pc. I don’t often need to edit text files in terminal, but its nice having its functionality.
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?
Yep, recent blog post about it:
https://devblogs.microsoft.com/commandline/edit-is-now-open-source/
It was announced in may on microsoft build event ^^
I call it nano for windows haha
My actual issue is I need approval to install anything on any server. This might get approved since it’s MS though! Thanks.
I think they plan on making it ship with windows by default at some point, so perhaps it’ll be in future versions of Windows Server and you won’t have to add it.
I installed vim/nvim on my work windows pc. I don’t often need to edit text files in terminal, but its nice having its functionality.
Is edlin still around?