You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for this. It is super interesting and a great way to start a terminal session.
My only idea was that maybe the stars could be connected by lines in order to better see the constellation? This may not be practical considering everything is stored in JSON format, but maybe we could use images? Just an idea.
ORION CONSTELLATION
The text was updated successfully, but these errors were encountered:
As a design choice, I wanted to avoid using images, so that won't probably be the case.
Anyways, with che current JSON format it's possible to add other characters (such as box-drawing characters) to the graphs' data in order to draw the lines between the stars.
While designing starfetch, I purposely did not include lines because I thought it would have looked messy and "not clean", but I could definitely try to render graphs with lines, and, if they look good enough, maybe add it as an optional feature.
A little update on this.
It's definitely not possibile to draw the lines with characters without breaking the proportion of the constellations.
I tried to look for a solution using images but It's really hard (if not impossible) to find a standard method to display images in the terminal. It will eventually come down to depend on external software, that may as well not be compatible with all terminal emulators + need specific configuration.
So, I'm really sorry but unless a simpler solution is found, I won't add this feature to starfetch any time soon.
I'll still keep this issue open but flag it as "not doing"
FEATURE REQUEST
First of all, thanks for this. It is super interesting and a great way to start a terminal session.
My only idea was that maybe the stars could be connected by lines in order to better see the constellation? This may not be practical considering everything is stored in JSON format, but maybe we could use images? Just an idea.
ORION CONSTELLATION
The text was updated successfully, but these errors were encountered: