this post was submitted on 09 Jun 2025
549 points (97.1% liked)
Programmer Humor
24173 readers
2295 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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
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/
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.