@[email protected] to Programmer [email protected] • 17 days agoVim is built differentlemmy.mlimagemessage-square95fedilinkarrow-up1533cross-posted to: [email protected]
arrow-up1533imageVim is built differentlemmy.ml@[email protected] to Programmer [email protected] • 17 days agomessage-square95fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink24•17 days 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-square@[email protected]cakelinkfedilink12•17 days agoClearly you should install Edit. https://github.com/microsoft/edit
minus-square@[email protected]linkfedilink5•16 days agoClassic DOS editor for text files, batch coding, and QBasic coding. Good times.
minus-square@[email protected]linkfedilink2•17 days 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.
minus-square@[email protected]linkfedilink2•17 days agoMy actual issue is I need approval to install anything on any server. This might get approved since it’s MS though! Thanks.
minus-square@[email protected]linkfedilink1•16 days 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-squareRedexlinkfedilink2•16 days agoOk that’s really cool. It looks like it’s really new? Like 3 months old?
minus-squareDacoTacolinkfedilink2•edit-215 days agoIt was announced in may on microsoft build event ^^ I call it nano for windows haha
minus-square@[email protected]cakelinkfedilink2•16 days agoYep, recent blog post about it: https://devblogs.microsoft.com/commandline/edit-is-now-open-source/
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.
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.
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.
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/
Is edlin still around?