ericm / stonks

Stonks is a terminal based stock visualizer and tracker that displays realtime stocks in graph format in a terminal. See how fast your stonks will crash.
https://stonks.icu
GNU General Public License v3.0
548 stars 35 forks source link

Adds columns parameter to printing multiple charts next to each other #29

Closed fatihcatalkaya closed 1 year ago

fatihcatalkaya commented 1 year ago

Hey, I love your project! However, I felt the need to display multiple charts next to each other. Therefore, I have added a --columns parameter, printing multiple charts next to each other.

I must admit though, that I have never touched Golang before. Therefore, I'd love to receive some feedback on this. Regards, Fatih