this post was submitted on 20 Sep 2023
75 points (100.0% liked)

Linux

47323 readers
845 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

What projects are out there seeking to innovate in the terminal and command line space, and improve or revolutionize the terminal environment?

  • NuShell is one such example, a shell that uses structured data in its pipelines. Many other experimental shells out there innovating in different spaces.
  • An even more daring example is DomTerm. It's a terminal emulator with more rich rendering. Supports rich text, images, etc while maintaining xterm compatibility.

Please do not shy from answering projects that are very experimental, early stage, break a lot of backwards compatibility or radically change the current way of doing things.

all 25 comments
sorted by: hot top controversial new old
[–] it_a_me@literature.cafe 22 points 1 year ago* (last edited 1 year ago) (2 children)

Zellij - a better way for a cli application to communicate with the terminal

Warp - a terminal emulater that integrates LLM completion natively

Fish - a shell that generates completions automatically from a man-page

[–] American_Jesus@lemm.ee 7 points 1 year ago

Need to check Zellij.
On desktop I use Kitty multiple windows on dual monitor with layouts, ditch tmux for kitty.

But i still use tmux on server with tmuxinator to create layouts, Zellij looks to be a good replacement

[–] cyclohexane@lemmy.ml 6 points 1 year ago (1 children)

Thanks for the answer!

Warp has really cool features (seems to be beyond LLM?), but what kept me from trying is that its not open source, and seems to have anti privacy features, and VC-funded. It is still a very tempting product, so maybe I will try it.

Zellij seems interesting. I'll check that out!

[–] cyclohexane@lemmy.ml 1 points 1 year ago (1 children)

Can you talk more about zellij? The docs don't really explain much. It seems to be a multiplexer like tmux?

One reason I haven't used multiplexers yet is that I use tiling window managers, and so the tiling is managed by that through separate terminal windows.

[–] jacobc436@lemmy.ml 2 points 1 year ago

If you want to have a single window for multiple shells or you want to replace use of tmux in an SSH context, Zellij is exactly that. The plus side is if you work remote from your machine, an ssh connection will feel faster than a VNC session to the same machine. IMO 100% a difference you can feel if you already remote to your work desktop.

I haven’t seriously used it yet but I should. If you’re a fan of text environments it’s worth a shot. I’m still rocking multiple putty windows like a caveman.

[–] thejevans@lemmy.ml 20 points 1 year ago (2 children)
[–] lenathaw@lemmy.ml 3 points 1 year ago

I use glow all the time, I love it!

I've been playing with wish too, I see a lot of potential for it

[–] krash@lemmy.ml 1 points 1 year ago* (last edited 1 year ago)

I'm very bitter that I can't use charm.sh lib's in Python applications 💔

[–] quat@lemmy.sdfeu.org 11 points 1 year ago (1 children)

break a lot of backwards compatibility or radically change the current way of doing things

Plan 9. We can still have textual interfaces without emulating the ancient use of teletypewriters.

[–] cyclohexane@lemmy.ml 3 points 1 year ago (1 children)
[–] joel_feila@lemmy.world 4 points 1 year ago

The one from outer space!

[–] PuppyOSAndCoffee@lemmy.ml 6 points 1 year ago

Terminology was pretty dope in its day

https://www.enlightenment.org/about-terminology.md

The whole concept of terminal emulation is stuck. But would different be adopted?

[–] NotACube@feddit.uk 6 points 1 year ago* (last edited 1 year ago) (1 children)
[–] ouch@lemmy.world 5 points 1 year ago (1 children)
[–] NotACube@feddit.uk 1 points 1 year ago

Yeah I think YSH can pipe around structured data. This wiki page has some details:

https://github.com/oilshell/oil/wiki/Structured-Data-in-Oil

[–] Octorine@midwest.social 5 points 1 year ago

Fzf isn't really experimental. It's pretty mature at this point. I found it to be pretty innovative, though, adding an interactive spin to the find program.

[–] morrowind@lemmy.ml 1 points 1 year ago (1 children)
[–] PipedLinkBot@feddit.rocks 1 points 1 year ago

Here is an alternative Piped link(s):

This guy is experimenting with radically improving command line ux

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source, check me out at GitHub.

[–] PseudoSpock@lemmy.dbzer0.com 1 points 1 year ago (1 children)

What problems are you trying to solve?

[–] cyclohexane@lemmy.ml 7 points 1 year ago (1 children)

I like exploring and learning about innovative software.

Sometimes, I don't know about a problem until I find its solution. For example, before ever using the terminal seriously, I never felt I had any problem working with my computer. Nonetheless, the terminal world has given me a lot of enjoyment and solved a lot of problems around navigating a computer and working with it.

[–] PseudoSpock@lemmy.dbzer0.com 7 points 1 year ago

Be aware, most corporate environments running Linux or a UNIX will be using POSIX compliant (or mostly compliant) shells. Fish is fun, but if you aren't comfortable with bash, dash, zsh, and/or AT&T ksh, your time ramping up to supporting the systems will take a lot longer.

Same for those python shells. Handy as hell, but not widely deployed around businesses. So you'd need to be on point with real python skills and POSIX style shells.

If you aren't using, or don't intend to, do any of this for corporate jobs, then sky's the limit and have fun. This is not to say you can't find these in a job somewhere, just that it won't be very common.

[–] dillydogg@lemmy.one 1 points 1 year ago

It might not be what you are looking for, but I think nnn is a interesting reimagining of terminal file navigation/management.