โš ๏ธ (WIP) This project is not ready for any serious use right now.

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

## ๐Ÿ“œ Table of contents - [๐Ÿ“œ Table of contents](#-table-of-contents) - [โœจ Demo](#-demo) - [๐Ÿ”ง Using](#-using) - [๐Ÿงช Requirements for install](#-requirements-for-install) - [โšก Installing](#-installing) - [๐Ÿ”จ Compiling](#-compiling) - [๐Ÿ“š Contributing](#-contributing) - [๐ŸŽ Adding new ponies](#-adding-new-ponies) - [๐Ÿ–ฅ๏ธ Modifying \& Adding code](#๏ธ-modifying--adding-code) - [โ›“๏ธ Sources](#๏ธ-sources) ## โœจ Demo `Ponyfetch` provides an aesthetically pleasing, colorful display of important system information, complete with charming ponies. demo ## ๐Ÿ”ง Using ```bash ponyfetch [OPTION] ``` | Option | Description | Type | Default | Required? | |--------|----------------------------------------------------------|--------|---------|-----------| | `-c` or `--color` | Defines what color to print pony and titles in | `String` | `blue` | No | | `-p` or `--pony` | Pony to print | `String` | `rainbowdash` | No | | `-h` or `--help` | Help menu in case you don't understand this one | | | No | ## ๐Ÿงช Requirements for install On Linux (MAC not tested), install net-tools package using ```sh sudo apt-get install net-tools ``` or ```sh sudo pacman -S net-tools ``` ## โšก Installing If you don't want to compile this tool by yourself, it's possible to just download current build [right here](https://github.com/Atsukoro1/ponyfetch/releases). If you're installing the binary yourself, the install script is useless for you since the directory paths are completely different, so I'll provide the steps here. - ๐Ÿง On Linux 1. First, create ponyfetch directory like this: ```sh mkdir /usr/share/ponyfetch && mkdir /usr/share/ponyfetch/ponies ``` 1. Download the ponies from this Github repo amd move them to the ponies directory. 2. Move the binary to /usr/bin and /bin - ๐Ÿ–ฅ๏ธ On Windows 1. Create ponyfetch directories like this: ```sh md C:\Program Files\Ponyfetch md C:\Program Files\Ponyfetch\ponies\ ``` 2. Download the ponies from this Github repo and move them to the ponies directory. 3. Move the executable to "C:\\Program Files\\Ponyfetch" 4. Add the directory mentioned in previous step to the path like this: ```sh setx /M path "%path%;C:\Program Files\Ponyfetch" ``` ## ๐Ÿ”จ Compiling Make sure you have [rust compiler and build tools](https://www.rust-lang.org/tools/install) installed. I've made it easy for you, just cd into project folder and run this shell script. - ๐Ÿง On Linux ```sh chmod +x ./install.sh && sudo ./install.sh ``` - ๐Ÿ–ฅ๏ธ On Windows ```sh ./install.bat ``` - ๐ŸŽ On Mac ```txt (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 `_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 `__large`. If you are still unsure, please open an issue to discuss it with members of our team. Additionally, after adding a new pony, please ensure to credit the author in the "Sources" section of the README. #### ๐Ÿ–ฅ๏ธ Modifying & Adding code Ponyfetch is still under development, so it is likely that there are bugs present. If you encounter one, please open an issue and discuss it with us. Once the discussion is completed, submit a pull request with the proposed changes. ## โ›“๏ธ Sources 1. PYTHON, Clive. In: ASCIIMAN [online]. [cit. 2022-12-02]. Available from: https://asciiman.neocities.org/MLP.html 2. My Little Pony ASCII Art. [online]. [cited 2022-12-02]. Available from: https://emojicombos.com/my-little-pony-ascii-art