Skip to content

tomriddle25/howami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

howami

A lightweight CLI tool to track your mood from the terminal. Built with Rust.

Installation

git clone https://github.com/YOUR_USERNAME/howami.git
cd howami
cargo build --release

The binary will be at target/release/howami.

Usage

Log your mood:

howami

View recent entries:

howami log

Example

$ howami
How are you feeling? (1-5)
4
One word to describe your mood:
focused
✓ Logged: 4/5 - focused at 2025-01-15 14:30

$ howami log
Recent moods:

  2025-01-15 14:30 | 4/5 | focused
  2025-01-15 09:00 | 3/5 | tired
  2025-01-14 22:00 | 5/5 | happy

Data Storage

Entries are stored in ~/.howami/howami_log.json.

Why?

Learning Rust by building something small and useful.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages