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

Linux

7868 readers
559 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

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

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

CLI flow: run command, print output below

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

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