starfetch
is a tool that prints a schematic of a given constellation and some information about it:
Indicated for those who want to have this data for easy access and also for the unixporners on duty!
starfetch
was written in C++, so you will need a compiler and also Git to compile and, consequently, install on your system.
To do this, just run the commands below:
Remove the cloned directory after installation, eg:
cd .. && rm -rf starfetch
Once installed, just run the command:
To get the fetch of a specific zodiac constellation use the -n
parameter and then the name you want, example for Aries:
For more information use starfetch --help
and access the repository.