sgtcortez / Termsequel

Bringing a portable SQL like syntax to our filesystem.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

[FEAT]: Add ncurses #100

Open sgtcortez opened 2 years ago

sgtcortez commented 2 years ago

What is your suggestion?

Adding ncurses, would allow us to create TUI. For example, we could create a screen with pagination.

sgtcortez commented 2 years ago

To make this work, we might need to create a self communication with pipes ... A process show the TUI(the consumer), and, the another, search data(the producer).

This issue is related to: #54

sgtcortez commented 2 years ago

Even using ncurses, we need to let the user decide if he still wants to use the raw output.
Maybe, something like: $ termsequel 'SQL' --raw-output