A text-based user interface to increase productivity

While working for a company, I developed a text-based user interface (TUI) that
communicates with the API of an EASM, to be used instead of their web interface.
This TUI prints only the useful information and do it in a resource-efficient
way, has keyboard shortcuts to navigate and a set of commands to perform
operations. Some operations could be done on the web interface, but some others
couldn’t and would require several actions from the user.
With commands, it’s always one action away.
Want to mark several vulnerabilities as false positive? As easy as “:fp”!
Need to apply a set of tags on all the selected vulnerabilities? A piece of cake, too.
The user interface is what enables the users to use the platform, a good user interface is essential to do a good job.