doc: write README
Signed-off-by: Fabrizio Iannetti <fabrizio.iannetti@gmail.com>
This commit is contained in:
parent
977c3f4c02
commit
faafc1d5a4
18
README.md
Normal file
18
README.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# A calendar viewer in written in rust
|
||||||
|
|
||||||
|
`calendar` is focused on displaying one or more files containing events in `ical` format
|
||||||
|
|
||||||
|
it is currently in an early development phase.
|
||||||
|
|
||||||
|
As a dependency, it requires the iced GUI repository to be cloned alongaside (see `Cargo.toml`)
|
||||||
|
|
||||||
|
## supported views:
|
||||||
|
|
||||||
|
* month view
|
||||||
|
* year view
|
||||||
|
|
||||||
|
## planned features
|
||||||
|
|
||||||
|
* read ical events from a list of calendar files given as arguments
|
||||||
|
* reload the events from a calendar file if the file changes
|
||||||
|
* there is currently no plan to connect to a system calendar (e.g. evolution) or remote.
|
Loading…
Reference in New Issue
Block a user