├── .editorconfig ├── .github └── workflows │ └── main.yml ├── LICENSE.md ├── Makefile ├── README.md └── pfetch /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/pfetch/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/pfetch/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/pfetch/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/pfetch/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/pfetch/HEAD/README.md -------------------------------------------------------------------------------- /pfetch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/pfetch/HEAD/pfetch --------------------------------------------------------------------------------