Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 974 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 974 Bytes

LoadingNewYear

A little and funny project I made at the end of 2018.

Installation and Usage

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.

Installation

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

Usage

Just type loadingnewyear in your terminal!

Removal

To remove loadingnewyear from your system, type:

sudo rm $(which loadingnewyear)

:D enjoy