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 itJust type loadingnewyear in your terminal!
To remove loadingnewyear from your system, type:
sudo rm $(which loadingnewyear)