this post was submitted on 12 Jun 2024
29 points (100.0% liked)

Linux

5083 readers
56 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[โ€“] Mazoku@lemmy.ml 1 points 4 months ago (2 children)

Noob here. Whats the difference between CLI and TUI? I thought navigating via a terminal in applications such as Ranger was CLI ๐Ÿค”

[โ€“] Andy@programming.dev 7 points 4 months ago (1 children)

CLI flow: run command, print output below

TUI flow: navigate and interact with a layout that updates in place

[โ€“] Mazoku@lemmy.ml 1 points 4 months ago
[โ€“] ziggurat@lemmy.world 4 points 4 months ago (1 children)

Keep in mind these terms are not set in stone, the reason you are confused is because people don't use these terms consistently, not because you are wrong.

But

CLI command line interface, is often used as an umbrella term, including for TUI applications. The name comes from that you are typing commands.

TUI terminal user interface, is often used to describe CLI applications that draws menus in the terminal emulator, like ranger file manager.

[โ€“] Mazoku@lemmy.ml 1 points 4 months ago