Find a file
2022-12-02 20:45:21 +01:00
ponies Make Fluttershy bigger 2022-12-02 18:25:35 +01:00
src feat: 🎸 Add init system info 2022-12-02 19:37:26 +01:00
.gitignore feat: 🎸 Init 2022-12-01 09:06:00 +01:00
Cargo.toml feat: 🎸 Command line arguments 2022-12-01 21:42:13 +01:00
install.sh fix: 🐛 Install script fix 2022-12-02 17:18:22 +01:00
LICENSE Initial commit 2022-11-30 23:51:14 +01:00
README.md Update README.md 2022-12-02 20:45:21 +01:00

A cross-platform command-line interface (CLI) tool written in Rust
to display system information in an aesthetically pleasing and entertaining manner.

Demo

Ponyfetch provides an aesthetically pleasing, colorful display of important system information, complete with charming ponies.

demo

Installing

If you don't want to compile this tool by yourself, it's possible to just download current already prebuilt build right here.

🔨 Compiling

Make sure you have rust compiler and build tools installed.

I've made it easy for you, just cd into project folder and run this shell script.

  • 🐧 On Linux
chmod +x ./install.sh && sudo ./install.sh
  • 🖥️ On Windows
(WIP) Ponyfetch is still not available on Windows
  • 🍎 On Mac
(WIP) Ponyfetch was never tested on Mac and it's stability can't be guaranteed.