[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: WordWrapMode.gif (2.79 MB, 1458x927)
2.79 MB
2.79 MB GIF
Have you tried Windows new terminal editor? It's way better than nano. Finally a win for Windows chads.

https://github.com/microsoft/edit
>>
>>108591790
so a worse version of micro?
>>
File: 1755148945852324.jpg (41 KB, 540x576)
41 KB
41 KB JPG
>>108591790
nano is unironically all you need in a terminal editor.
>but I need-
No you don't.
>>
File: kwrite.png (109 KB, 1024x842)
109 KB
109 KB PNG
>>108591790
I don't use terminals because I'm not a tranny and my parents aren't divorced. I just edit text files with pic related.
>>
File: 1714440240332227.jpg (21 KB, 460x460)
21 KB
21 KB JPG
>>108591790
use case for a text editor? i feel like a user shouldn't need to be editing any text at all. even a word processor i feel is a bit to much.
>>
>>108591813
editing config files or reading log files on a remote server logged in through a terminal
that's basically the use case
>>
>>108591790
It's a bit of a stretch to call it "new" it's just a not-quite-correct rewritten-in-rust clone of the old 16-bit edit command. I would say just use nano but every mingw build of nano I've ever encountered or created has been extremely slow and I think it's because it has the problem that most GNU software has where it assumes you are using Linux filesystem caching so it uses files on disk actually backed by your real filesystem instead of memfds like normal software. Unlike gcc and some others there is no way to make it not do this
>>
>>108591855
>extremely slow
>it uses files on disk
sounds like windows issues
>>
File: 1744741992188320.png (62 KB, 383x390)
62 KB
62 KB PNG
>>108591855
>nano
is nano installed by default on every single microsoft system?
>>
>>108591790
I prefer using Neovim.
>>
>>108591790
use case when vim exists?
>>
>>108591790
>nano
Ed is the standard text editor.
>>
>>108591790
yall are overcomplicating things. there is no one best editor. use the one you like to use for a particular task.

codeblocks, xed, nano. the three editors that let me do just about whatever comfortably.

i personally use codeblocks for code that isn't python or shell and xed for pretty much everything else. i have a script for making, testing, and deploying new scripts quickly, and nano is blocking so i use it for that particular usecase.

i figured the best way to get better at scripting is to do most things i would normally do manually with a script. i was right btw.

also because its saved as a standalone script, unlike say bash history its super easy to just *do that exact thing again*
>>
File: 1760482258886730.jpg (35 KB, 360x360)
35 KB
35 KB JPG
Fancy terminal editors are a meme to larp as a epic haxxor, just use a GUI based editor like a normal human and nano for simple edits
>>
>>108591790
No thanks, I'm sticking with vi.
>>
>>108592163
i opened notepad and saw it had ai in it
>>
>>108591790
>Install Rust
>>
>>108591889
It is not a "Windows issue" for a software suite to do I/O so egregiously wrong that the only kernel it works on had to change how it handled I/O to accommodate it better. If you ever actually took a peek at any GNU code you'd see how absolutely dogshit it is compared to stuff like clang or the Linux kernel or Chromium. Doesn't help that since they have their own compiler they do terrible hacky stuff everywhere to look clever and use reserved compiler keywords.
>>
>>108591790
>rust
>>
>>108592489
you just pointed yourself out as the most retarded gorilla nigger there is.
>>
>>108591800
This.

But: >>108591799 this.

Because Micro is Nano with SANE modern keybindings.
>>
>>108591826
>editing config files
Stop doing that.
>>
>>108592789
why? if the apps we use is using config files then that's what we have to use
or are you a "not invented here" purist?
>>
>>108592747
Thanks for the recommendation, looks interesting. Does it work in the shell without Xorg or Wayland?
>>
>microshart code
https://github.com/search?q=repo%3Amicrosoft%2Fedit+unsafe+%7B&type=code
PFFFFTHAHAHAHAHAHA
>>
>>108591790
borland bros are we back?
>>
>>108592198
>>108592589
There's no avoiding it, already in the Windows and Linux kernel. And it only matters if you're intending to contribute source.
Ada btw
>>
>>108591790

I’m glad Windows is getting such bad press, complaints and MacBook Neoed from all sides. This is going to wake them up. Windows 11 is gonna benefit from it all.
>>
I remember using edit in command line in windows vista, when was it removed
>>
>>108591804
*krashes*
>>
>>108591790
It's worse than original MS-DOS Editor.
>>
File: yeah-baby-fuck-nano.png (86 KB, 852x592)
86 KB
86 KB PNG
I use Pico :-)
>>
>>108592885
>Windows 11 is gonna benefit from it all.
no they'll just double down and jeets will lie and damage control about it
>>
>>108592489
>simplifying io so that doing the obvious thing works = bad
boo hoo
bet you like cooperative multitasking too
>>
>>108592894
use case for stable software?
>>
>>108591790
yes, and it’s fine
>>108591799
yes
>>
I miss WordStar keys, Ctrl+K for text block handling was kino.
>>
What's the point of having a terminal editor on Windows if you're not using Windows Server Core?
>>
File: maxresdefault-564439575.jpg (90 KB, 1280x720)
90 KB
90 KB JPG
>>108591790
>>
File: krashfag is an indian.jpg (3.53 MB, 1280x7680)
3.53 MB
3.53 MB JPG
>>108592894
Post beef.
>>
>>108591790
>written in rust
Transware. I'll stick with literally anything else.
>>
>>108592860
filthy casual here but isn't unsafe proof that the way rust is designed is flawed?
>>
>>108595144
No. Compiled programs are always "unsafe", safety features in languages are just productivity tools.
In this case though there is no reason you would ever need to use unsafe to make a fucking text editor. The only reason it's being used here is because it's a rewrite of a program written in a different language.
>>
>>108591790
>kate
>nano
>notepad
.bread
>>
>>108591790
>doesn't integrate copilot
completely useless
>>
>>108591800
>>108591813
This guy wouldn't use nano. He's clearly some kind of vim/emacs fag
what a fat loser
>>
>>108595144
Yes. The guy is a complete moron and doesn't know what "unsafe" means.

Hint: 99.999% of software ever written is "unsafe" by modern trannie pseudo-standards. It doesn't mean "bad". It means "the programmer is required to know what he is doing instead of relying on a nanny state".
>>
>>108591790
>It's way better than nano.
not like that's hard
come back when they release something better than nvim
>>
>>108595583
He uses GNOME Builder
>>
>>108591975
just attempting to comprehend basic vim use would break an indian man's mind
>>
>>108595476
Suicide. Commit it.
>>108591790
I just handwrite my code before putting it into anything. Before I did that, I wrote it down in Microsoft Word and sometimes Overleaf.
>>
>>108596238
Shalom.
>>
>>108596240
GOOD AFTERNOON, SAAR!
>>
>>108591790
pwsh > sh
edit > nano

vim is just vim, it's good.
>>
>>108596252
Thank you for confirming. I wish all Jews were as refreshingly honest as you.
>>
far2l
>>
>>108591790
I use it every day now because they made Notepad bloated to the point of being unuseable
>>
>>108592901
I prefer the fork, boku no pico
>>
>>108591790
must be nice until first update you're sentenced to suffer which deletes all your data, breaks 3 random things that worked for 30 years no problem, after 2 months of patches you're back to where you were week before update (minus your entire drive content - woopsie) but yeah - what a win. go get em tiger...
>>
>>108594261
There's Joe's Own Editor for wordstar-like keybinds.
>>
>>108592789
and your plan for adding or fixing something in a remote shell config is what exactly?
>>
>>108598052
you have windows derangement syndrome
>>
>>108592198
Why would you install rust to run a binary
>>
>>108591800
Checked
Modal editing is pretty nice though.
>>108592860
That's because the author was based and didn't want to pull in a ridiculous amount of backdoored "crates".
>>108592884
Only in meme drivers so far.
>>
>>108591790
>editor
>in 2026
lol lmao even, I use claude broski
>>
>>108591790
Windows'
FTFY
>>
god I hate the new Windows terminal and they make it so hard to get the old one back
>>
File: poop_snipd.png (12 KB, 622x400)
12 KB
12 KB PNG
>>108591790
>Have you tried Windows' new terminal editor?
Nope, and I doubt I will.
>It's way better than nano.
ANother doubt, we're on a roll.
>>
>>108591790
is this a modernized version of edit.com? i miss using that
>>
File: 1745847333946913.png (47 KB, 1279x186)
47 KB
47 KB PNG
>>108602112
>they make it so hard to get the old one back
lol
>>
>>108591790
Nano was never designed with full TUI in mind, it's just the last resort built-in tool when you have to use it.
>>
>>108592489
>If you ever actually took a peek at any GNU code you'd see how absolutely dogshit it is compared to stuff like [...] the Linux kernel
The Linux kernel is just as dogshit as GNUware, I'm afraid.
>>
>>108595585
Retarded cope on the same tier as "Java is bad because it's a jeet language".
>>
>>108594851
post intact foreskin
oh wait, you can't
LMAOOOOOOOOOOOOOOO
>>
>>108592163
hold on i need to sshfs mount my routers rootfs so i can edit one of the files with my local gui editor
>>
File: micro.jpg (60 KB, 1080x361)
60 KB
60 KB JPG
For me, it's micro.



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.