Hibi is a CLI habit tracker
- Python 3
- Figlet
-
Clone the GitHub repository to your local machine:
git clone https://github.com/Punff/hibi.git
-
Navigate to the project directory:
cd hibi
-
Give permisson to the install script(I'll fix this later):
chmod +x install.sh
-
Run the installation script to set up Hibi:
./install.sh
-
To add a new habit:
hibi add [Your Habit Name]
-
To complete a habit for the day:
hibi done [Your Habit Name]
-
To view your habits and their statuses:
hibi show
-
To delete a habit:
hibi delete [Your Habit Name]