├── .github └── workflows │ └── main.yml ├── LICENSE ├── Makefile ├── README.md ├── mfetch └── scrot ├── scrot1.png ├── scrot2.png └── scrot3.png /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rachelambda/mfetch/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rachelambda/mfetch/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rachelambda/mfetch/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rachelambda/mfetch/HEAD/README.md -------------------------------------------------------------------------------- /mfetch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rachelambda/mfetch/HEAD/mfetch -------------------------------------------------------------------------------- /scrot/scrot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rachelambda/mfetch/HEAD/scrot/scrot1.png -------------------------------------------------------------------------------- /scrot/scrot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rachelambda/mfetch/HEAD/scrot/scrot2.png -------------------------------------------------------------------------------- /scrot/scrot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rachelambda/mfetch/HEAD/scrot/scrot3.png --------------------------------------------------------------------------------