| Crates.io | lifelog |
| lib.rs | lifelog |
| version | 0.1.0 |
| created_at | 2022-08-23 18:13:01.303545+00 |
| updated_at | 2022-08-23 18:13:01.303545+00 |
| description | A simple diary that you can use from your terminal. |
| homepage | |
| repository | https://github.com/DurbeKK/lifelog |
| max_upload_size | |
| id | 651139 |
| size | 3,584,028 |
A simple diary that you can use from your terminal.

.toml fileYou can download an archived binary or use cargo to install lifelog:
cargo install xkpass
Alternatively, build from source:
cargo build --release
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.
The program will look for a theme.toml file on startup in the following paths:
~/AppData/Roaming/lifelog/theme/theme.toml (windows)~/.local/share/lifelog/theme/theme.toml (everywhere else)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.
lifelog is licensed under the terms of either the MIT license or the Apache License 2.0.