alebcay / awesome-shell

A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
Creative Commons Zero v1.0 Universal
32.39k stars 2.36k forks source link

Add FINAL CUT #453

Open gansm opened 2 years ago

gansm commented 2 years ago

FINAL CUT is a C++ class library and widget toolkit with full mouse support for creating a text-based user interface. The library supports the programmer to develop an application for the text console. It allows the simultaneous handling of multiple text windows on the screen.

juancri commented 2 years ago

I'm not sure if a C++ library is really a good fit for awesome shell.

gansm commented 2 years ago

The library helps to create terminal applications. Here I have a small example of a shell integration: cli/bash interface #90

juancri commented 2 years ago

I understand the point, but I think it's out of the scope. Of course, it's just my personal opinion.