this post was submitted on 22 Jan 2025
81 points (96.6% liked)

Linux

49413 readers
1837 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 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 :)