|
|
|
|
|
by t0astbread
2157 days ago
|
|
I generally agree. Here's why I like terminal UI: - The constraints force designers to use the space efficiently. That means less details like borders, shadows or hover effects which is relaxing. - It has a (relatively) uniform look and feel and automatically uses my system colors through the terminal configuration. But I don't think every GUI program needs to be TUI. Like, if it's a bad fit for your user base or inconvenient to use or implement for you, it's fine. Do what works best for you, not every app is equal. (Aside from that, most of my "apps" are just shitty Bash scripts that store data in some ad-hoc plain text or JSON file, break when you look at them the wrong way and are hell to debug but I love it. Do give me a good non-interactive CLI or API if you can!) |
|