How to Use TUI Applications with Click and Trogon – Linux Tutorial

1 · freeCodeCamp.org · Jan. 17, 2024, 7:38 p.m.
Summary
Linux and terminal applications are almost synonymous. If you have used applications like grep, cat, sed, and AWK, those are command line interfaces ( CLI [https://en.wikipedia.org/wiki/Command-line_interface]). And when they work together, they allow you to unleash the power of your computer by mixing and matching a few commands. Sometimes the...