this post was submitted on 05 Apr 2025
48 points (91.4% liked)
Linux
6951 readers
793 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of [email protected] and The GIMP
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
Yeah there's more stuff that runs in the shell. But pretty much all the things you mentioned would work on a VT100 from the 70s. This is about modernising the terminal itself.
Hell, Linux terminal emulators don't even have a "clear screen & scroll-back" keyboard shortcut like Command-K on Mac. There's no command output history, there are no auto-complete popups, editing commands is still extremely basic (no multiline input for example). The command prompt doesn't even have the text editing capabilities of Notepad.
Uh.... Have you tried Fish? Or even a modern ZSH? Like oh my ZSH?
I guess I don't want notepad tools. But I can set my key bindings in ZSH to vi bindings and do things like:
And that gives me a real basic text editor. Granted with syntax highlighting on, it thinks I'm trying to do ZSH scripts. But if you needed a ZSH script it would be perfect.
Second, tab works great for auto complete, it even suggests stuff (as long as you have that enabled, or the command supports it. Some clis do not have support for auto complete, but the shell does)
Modern shells are pretty fucking awesome.