jedib0t / go-pretty

Table-writer and more in golang!
MIT License
2.82k stars 113 forks source link

How to print table in the middle terminal #310

Closed FerdinaKusumah closed 5 months ago

FerdinaKusumah commented 6 months ago

This is a wonderful library to print table using go,

I Wonder how to print table in the middle of terminal ? is there any style that handle this case ?

Thank you in advance.

jedib0t commented 5 months ago

Hey thanks for the compliment! Appreciate it very much! ❤️

The kind of functionality needed to position text in a terminal is out of scope of this library.

You may want to look into one of the many TUI (terminal-UI) libraries out there like: