updated readme

This commit is contained in:
bjoernf 2023-09-09 08:25:30 +02:00
parent 24e05a990d
commit 2124d401b7

View File

@ -21,14 +21,17 @@ sudo make install
the default path is for evolution ics files at `~/.local/share/evolution/calendar/system/calendar.ics` the default path is for evolution ics files at `~/.local/share/evolution/calendar/system/calendar.ics`
``` ```
ics_analyzer icscli
``` ```
for a custom path for a custom path
``` ```
ics_analyzer -f path/to/ics/file.ics icscli -f path/to/ics/file.ics
``` ```
```
icscli -h
```
#### uninstall #### uninstall
@ -39,9 +42,6 @@ sudo make uninstall
#### TODO #### TODO
- option to add events (evolution does not care about duplicate uuids)
(but use libuuid to create uuids)
- add option to print upcoming events only until a certain date - add option to print upcoming events only until a certain date
- improve makefile - show end date for events that span over multiple days
- rename executable to ics_cli
- tests - tests