Shellminator V3.0.1
Simple Terminal
|
The original Neofetch is a simple terminal program that displays key system information in a nice, colorful way. It shows details like your operating system, processor type, memory size, and much more. It’s mainly used for quickly checking your system specs or sharing cool-looking system info with others.
Now, Shellminator can do the same thing, making your interface more colorful and user-friendly. It’s super easy to use: when you run the neofetch
command, a callback function is triggered. You just need to attach this callback to your system. To make things even simpler, we’ve created a built-in implementation that you can customize with parameters if needed.
Compared to the original Neofetch, our built-in version uses different parameters—mainly because many of the original options aren’t relevant for embedded systems. Here’s what we include:
First, include the necessary library:
Then, attach the Neofetch callback to your terminal. We’ll use the built-in function for this:
If everything is set up correctly, the neofetch
command should now work—go ahead and try it in the demo below!
As you can see, Neofetch is running, but right now it’s displaying the default parameters and values. In the next example, we’ll show you how to customize these settings.