ConradSelig / cliStocksTracker

A command line utility for tracking a stock market portfolio. Primarily featuring high resolution braille graphs.
Apache License 2.0
55 stars 14 forks source link

Automatic terminal width detection #9

Open ConradSelig opened 3 years ago

ConradSelig commented 3 years ago

Knowing the width of the users terminal should help create "best fit" graphs. Using this feature should always be optional for the user, just in case they want to manually specify the width for whatever reason.

We should try to cover as wide a range of terminals / operating systems as possible, if this means also detecting that so we know how to get the screen width - so be it.

This feature should be as minimally intrusive as possible.