Find a file
2022-12-02 20:57:30 +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:57:30 +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.

📚 Contributing

🐎 Adding new ponies

If you wish to add new ponies to the project, please adhere to the following guidelines in order to maintain the project's structural integrity and functionality. The two main distinguishing features of these ponies are their size and style (e.g. Hat or Wings). Refer to the current pony ASCII art to determine the size of your new pony. If your pony is larger than the others, use the format <ponyname>_large. If the size is the same as an existing pony, find a visible difference between your pony and the current one, and name it <ponyname>_<difference>_large. If you still don't know, open an issue and discuss it with members of our team.

  • 🖥️ Modifying & Adding code