A little and funny project I made at the end of 2018.
LoadingNewYear is a simple and minimal colored terminal bar written in C that
has an loading animation of the actual year progress and changes it's color based on it.
Requirements: Git
and GCC
(GCC installation)
Clone this repository (requires Git
) and Compile it using GCC
git clone https://github.com/marcospb19/LoadingNewYear # Clone the repository
cd loadingnewyear/src # Go to the source code folder
sudo make install # Compiling and installing it
Just type loadingnewyear
in your terminal!
To remove loadingnewyear
from your system, type:
sudo rm $(which loadingnewyear)