starfetch

install

# ArchWSL
git clone --depth=1 https://github.com/Haruno19/starfetch
cd starfetch
make -j8
sudo make install
# MSYS2
git clone --depth=1 https://github.com/K1ngst0m/starfetch
cd starfetch
make
# Cargo
git clone --depth=1 https://github.com/CoderCharmander/starfetch
cargo build

usage

# ArchWSL
starfetch -r
# MSYS2
./starfetch.exe -r
# Cargo
~/.cargo/tmp/debug/starfetch -d
starfetch -L
starfetch orion

annex

// summer_triangle.json for https://github.com/Haruno19/starfetch.
{
  "title": "──── smrtgl ────",
  "graph": {
    "line1": { "5": "✦"},
    "line2": { "18": "✦"},
    "line3": {},
    "line4": {},
    "line5": {},
    "line6": {},
    "line7": {},
    "line8": {},
    "line9": { "10": "✦" },
    "line10": {}
  },
  "name": "Summer Triangle",
  "quadrant": "NQ4",
  "right ascension": "18h36m56s to 20h41m26s",
  "declination": "+08°52′06″ to +45°16′49″",
  "area": "",
  "main stars": "3"
}
// summer_triangle.json for https://github.com/CoderCharmander/starfetch.
{
    "title": "──── smrtgl ────",
    "graph": [
        [5, 1, "✦"],
        [18, 2, "✦"],
        [10, 9, "✦"]
    ],
    "name": "Summer Triangle",
    "quadrant": "NQ4",
    "right_ascension": "18h36m56s to 20h41m26s",
    "declination": "+08°52′06″ to +45°16′49″",
    "area": "null",
    "main_stars": "3"
}