mood

License

mood is a minimal journaling CLI, inspired by the Android app Pixels, by Teo Vogel.

In order to be as lean and unintrusive as possible, mood only provides one generative operation: writing or overwriting the entry of today. No bells and whistles included, keep it simple and jot down your thought(s).

Features

Installing

You can either build this program from source, or install it using

cargo install mood

Usage

To explore the commands and options in the CLI, run mood -h in your terminal.

By default, mood stores a journal file right alongside the executable file. If you wish to configure where this file is stored (for example, if you wish to put it in a cloud-synced folder), you can use:

mood config -p <path_to_file>

Example: Add an entry

To add a daily journal, use the command below. If you wish to update the entry, simply rerun the

mood add <RATING> <OPTIONAL NOTE>

A box of future ideas