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.

  • it_a_me@literature.cafe
    link
    fedilink
    arrow-up
    22
    ·
    edit-2
    9 months ago

    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
      link
      fedilink
      arrow-up
      8
      ·
      9 months 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.mlOPM
      link
      fedilink
      arrow-up
      8
      arrow-down
      1
      ·
      9 months ago

      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.mlOPM
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        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
          link
          fedilink
          arrow-up
          2
          ·
          9 months 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.