Windows should have a builtin console text editor #15651
driver1998
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
An old post from OS/2 Museum which lists quite a few options: https://www.os2museum.com/wp/wanted-console-text-editor-for-windows/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
@DHowett @crutkas This seems like a great idea. I wonder wtf ever happened to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Once upon a time, there was good old
edit.com
, which served as a basic console mode text editor. It was a DOS app running on NTVDM but it got the job done.But now, Windows does not have a console text editor builtin. We have a ton of choices of course, but what happen if you remote to a Windows Server via WinRM or SSH, and need to edit some config file or script?
It doesn't need to be too feature rich, even a notepad equivalent would be good. Or maybe there is some BSD/MIT opensource editors that can be intergrated like bsdtar and curl?
Beta Was this translation helpful? Give feedback.
All reactions