A lightweight CLI tool to track your mood from the terminal. Built with Rust.
git clone https://github.com/YOUR_USERNAME/howami.git
cd howami
cargo build --releaseThe binary will be at target/release/howami.
Log your mood:
howamiView recent entries:
howami log$ 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
Entries are stored in ~/.howami/howami_log.json.
Learning Rust by building something small and useful.