The most recent versions of Notepad on Windows 11 now
support tabs, spellchecking, and generative AI.
Dis-fucking-gusting, As a linux user, hovewer, im immune to microsoft's bs since all i need is a terminal, echo, and one of these guys: ">>"
(If you aren't terminally online and turbo autistic, lemme explain it to you:
echo prints stuff to the terminal
>> redirects the output of a command to a file, without overwriting the previous data
So what you are doing here is using echo to print something to the terminal, which then immediately gets redirected to a file, hence why you now have whatever you wrote after the ">>" into that file, so echo is a text editor, a incredibly minimalist one, but still fits the definition
example:
echo "Hello world" >> file.txt
echo "print('Hello, world!')" > hello.py -- This here IS valid python code, and it WILL run on a python3 interpreter
)
I'm pretty sure that's the simplest and most minimal way to do text editing on linux. And, since you can put any text in echo, you can technichally use it as a code editor aswell, since code is pretty much text formatted in a specific way,
But, on a serious note, is it really necessary to shit it up with AI???? No, seriously, they coulda saved their AI bullshit in office 365, but they just had to shit up notepad.exe. I'm glad i ran to linux when i did