Skip to content

Activity logger with habits and periodic rituals in mind

Notifications You must be signed in to change notification settings

JTan2231/ritual-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ritual

An AI-powered command line application for maintaining rituals through activity logging and accountability.

Install

Clone, build, run.

git clone https://github.com/JTan2231/ritual.git
cd ritual
go build
./ritual

Usage

Before you get started, make an account and save your email/password in $RITUAL_USERNAME and $RITUAL_PASSWORD environment variables:

./ritual signup your.email@emailprovider.com your_password
export RITUAL_USERNAME=your.email@emailprovider.com
export RITUAL_PASSWORD=your_password

Activities are the core of Ritual. Every time you finish an activity (e.g., programming), record it to Ritual like so:

# ./ritual log <activity_name> <duration (minutes)> <memo>
./ritual log walk 60 "daily stroll"

On recording your activity, you'll receive some words of wisdom and feedback from GPT based on its consistency with some of your recently recorded activities: image

About

Activity logger with habits and periodic rituals in mind

Resources

Stars

Watchers

Forks

Languages