lifelog

A simple diary that you can use from your terminal.

lifelog-demo

Features

Install

You can download an archived binary or use cargo to install lifelog:

bash cargo install xkpass

Alternatively, build from source:

bash cargo build --release

QA

Why rate specifically on a scale of -2 to +2?

Rating on this scale results in less biased ratings and normalizes having an average score of 0 (compared to the more popular '1 to 5' scale, where an average score of 3 is commonly considered bad). Heavily inspired by a blog post, which itself was inspired by another blog post.

How do I customize the look of the program?

The program will look for a theme.toml file on startup in the following paths:

If it fails to find a file, it will just use the default theme. If it does find a file, but it proves to be invalid, the program will exit with an error. More info on customization available here.

License

lifelog is licensed under the terms of either the MIT license or the Apache License 2.0.