• 1 Post
  • 133 Comments
Joined 10 months ago
cake
Cake day: August 26th, 2025

help-circle













  • No but many things can be. There’s also a distinction between a CLI (command line interface, just running programs in a terminal) and TUIs (terminal user interface); like stuff built using ncurses which is a popular TUI library.

    Things that need graphics don’t work well as a TUI. For example, it would be pretty hard to make a 3d modelling application like Blender make sense in a terminal…