imag/imag-diary
mario 8df5519f34 Move `[profile.dev] codegen-units = 2` to top-level Cargo.toml
lower level (=package/crate level) definitions for profiles are ignored
2017-01-19 20:08:51 +01:00
..
src Resolve TODO: trace errors while filtering 2016-10-20 18:30:44 +02:00
Cargo.toml Move `[profile.dev] codegen-units = 2` to top-level Cargo.toml 2017-01-19 20:08:51 +01:00
README.md Add link: doc/src/04020-module-diary.md -> imag-diary/README.md 2016-07-30 20:48:04 +02:00

README.md

Diary

The Diary module.

Description

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.