A criminally fast and simple system info fetching tool
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ad

+34 -1
+5 -1
Cargo.toml
··· 1 1 [package] 2 - name = "fetch" 2 + name = "hypofetch" 3 + authors = ["shykeiichi <mail@keii.dev>"] 4 + homepage = "https://github.com/shykeiichi/hypofetch" 5 + readme = "README.md" 6 + description = "A criminally fast and simple system info fetching tool" 3 7 version = "0.1.0" 4 8 edition = "2021" 5 9
+2
README.md
··· 1 + # hypofetch 2 + A criminally fast and simple system info fetching tool
+9
hypo/distro/Arch_Linux
··· 1 + { 2 + "color": "cyan", 3 + "art": [ 4 + " /\\ ", 5 + " /\\ \\ ", 6 + "/_┏┓_\\", 7 + " " 8 + ] 9 + }
+9
hypo/distro/Fedora
··· 1 + { 2 + "color": "blue", 3 + "art": [ 4 + " |‾| ", 5 + " _+‾ ", 6 + "|_| ", 7 + " " 8 + ] 9 + }
+9
hypo/distro/Ubuntu
··· 1 + { 2 + "color": "red", 3 + "art": [ 4 + " /‾〇\\", 5 + "〇 |", 6 + " \\_〇/ ", 7 + " " 8 + ] 9 + }