Skip to content

Punff/hibi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hibi

Hibi is a CLI habit tracker

Dependencies

  • Python 3
  • Figlet

Installation

  1. Clone the GitHub repository to your local machine:

    git clone https://github.com/Punff/hibi.git
  2. Navigate to the project directory:

    cd hibi
    
  3. Give permisson to the install script(I'll fix this later):

    chmod +x install.sh
    
  4. Run the installation script to set up Hibi:

    ./install.sh
    

Usage

  • 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]
    

About

CLI habit tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published