starfetch is a command line tool that displays information about a constellation alongside its scheme.

Usage: starfetch [OPTION] [ARGUMENT]
    -h      Prints this help message.
    -n      Shows the selected constellation.
    -r      Shows a random constellation.
    -l      Prints the list of all the available constellations.
    -c      Use given color such as: black, white, cyan, magenta, yellow, red, blue.
    
If launched with no arguments, the behaviour is the same as with '-c white -r'.

Examples:   starfetch -r
            starfetch -n orion
            starfetch -c yellow
            starfetch
