this post was submitted on 22 Jan 2025
15 points (89.5% liked)

Linux

49393 readers
2029 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
you are viewing a single comment's thread
view the rest of the comments
[–] keinBloudsinn@lemmings.world 2 points 1 week ago (1 children)

Who said anything about electron?

[–] trevor@lemmy.blahaj.zone 1 points 6 days ago (1 children)

It's just an easy thing to contrast against.

Electron is one of the slowest, clunky, memory-hogging ways to have a UI, and TUIs are the exact opposite. I don't care if (name of company that ships Electron slop here) can ship your ~~software~~ webpage masquerading as software to more systems more easily. If your messaging "app" has input lag when I type something, it's a dogshit experience.

Of course, there are ways to ship GUIs that aren't all of the things wrong with Electron, but comparing TUIs with those is less interesting and more a question of if the person likes to live in their terminal or not.

[–] keinBloudsinn@lemmings.world 1 points 5 days ago (1 children)

I just don't like tuis. I think they're clunky and usually not well implemented.

[–] trevor@lemmy.blahaj.zone 1 points 5 days ago (1 children)

That's fine. I'm sure there are some sub-par TUIs out there. I've seen pretty great TUIs, especially the ones written in Rust (because of the excellent TUI lib they have).

GUIs are fine too (as long as they don't use Electron lol).

[–] keinBloudsinn@lemmings.world 1 points 5 days ago (1 children)

I'm open to changing my views. What TUIs do you think are great?

[–] trevor@lemmy.blahaj.zone 1 points 4 days ago* (last edited 4 days ago)

Nice!

Well, my favorite is Helix -- a text editor. But it's a TUI in the same way that vim is a TUI, and being that it's a text editor, you're likely to have very strong opinions about whatever your current favorite editor is. Which is totally fine. I'm not looking to start any editor wars.

Here are some others:

  • jellyfin-tui: nice Jellyfin music player
  • managarr: manages Sonarr and Radarr servers
  • wiki-tui: probably goes without saying what this one does 😁
  • synd: an RSS reader
  • yazi: file manager

I use way more than just those. If you do find that some TUIs may be useful, there are a bunch more here. If not, I'm still interested in what behaviors you find off-putting about TUIs. Maybe I can incorporate that feedback for TUIs that I write :)