Earlier quoted context omitted.
> There's a big difference... a terminal application takes over your terminal What do you mean "takes over"? You can always open another tab inside your terminal. You can use tmux to open multiple panes inside the same tab. > and doesn't have all the usual advantages of command-line applications used from the shell, like history and easy scripting. That may be true but at least TUI apps can be truly platform and DE i…
Your typical command line application on Unix can be piped into another one, or get its input from a file. That's not what Charm is about.
A good example is the lf file manager.
https://github.com/gokcehan/lf
I was using ranger before this but yeah, I have no reason to use GUI file managers anymore.