imag/imag-diary
Matthias Beyer 9ab29bc37a Update chrono: 0.2 -> 0.4 2017-07-17 11:39:40 +02:00
..
src Update chrono: 0.2 -> 0.4 2017-07-17 11:39:40 +02:00
Cargo.toml Update chrono: 0.2 -> 0.4 2017-07-17 11:39:40 +02:00
README.md Revert "Remove stuff for the focus-shift" 2017-05-30 20:25:00 +02:00

README.md

Diary

The Diary module.

The diary module is for keeping your diary notes. It offers a self-implemented diary which creates the entries in the store.

As of now there is only the possibility to create daily entries, but the possibility to implement hourly or even minutely entries is there.

The module offers commands to create, delete, edit and list diary entries.

Backends

At this moment, only the imag store is an available backend and therefor diary entries are written to the imag store.

There is no implementation for other diary software planned yet, but there might be a jrnl backend some time, but not as long as jrnl does not provide a multi-file storage system.