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

Linux

4804 readers
268 users here now

A community for everything relating to the linux operating system

Also check out [email protected]

Original icon base courtesy of [email protected] and The GIMP

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 2 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 ๐Ÿค”

[โ€“] [email protected] 7 points 2 months ago (1 children)

CLI flow: run command, print output below

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

[โ€“] [email protected] 1 points 2 months ago
[โ€“] [email protected] 4 points 2 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.

[โ€“] [email protected] 1 points 2 months ago