Crates.io | mood |
lib.rs | mood |
version | 0.1.2 |
source | src |
created_at | 2023-04-23 18:38:02.518083 |
updated_at | 2023-11-17 19:42:22.705317 |
description | MOOD: A minimal journaling CLI for logging your everyday mood. |
homepage | |
repository | https://github.com/Nilsiker/mood |
max_upload_size | |
id | 846738 |
size | 55,071 |
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).
You can either build this program from source, or install it using
cargo install mood
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>
To add a daily journal, use the command below. If you wish to update the entry, simply rerun the
mood add <RATING> <OPTIONAL NOTE>