For me, I really want to get into niri, but the lack of XWayland support scares me (I know there’s solutions, but I don’t understand them yet).

Also, I stopped using Emacs (even though I love its design and philosophy with my whole heart) because it’s very slow, even as a daemon.

  • tuna
    link
    fedilink
    arrow-up
    7
    ·
    1 month ago

    fish. I think it has most things i want out of the box, so it should be simpler and snappier than my zsh setup. it’s just that zsh hasnt bothered me enough to try it yet.

    also nushell, im interested in the idea of manipulating structured data instead of unstructured text

    • pingveno@lemmy.ml
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      1 month ago

      Just take the dive into fish. It used to have a lot of problems with incompatibilities, but that’s been less of a problem lately.

      I haven’t found nushell to be that great as a day-to-day shell simply because it integrates poorly with other Linux commands. But when it comes to data manipulation, it is simply amazing. I’m currently (slowly) working on a plugin to query LDAP. The ldapsearch command uses the LDIF format, which is hard to parse reliably. Producing nushell data structures that don’t need fragile parsing would be a boon.