updated readme

This commit is contained in:
bjoernf 2023-08-30 18:05:48 +02:00
parent 47a7d134ed
commit c713522736
1 changed files with 19 additions and 1 deletions

View File

@ -1,6 +1,7 @@
**Note: .ics files from Microsoft Outlook will NOT be supported!**
Show upcoming events of an .ics file.
Show upcoming events of an .ics file.\
(primarily for ics files from `Gnome Evolution`)
```
make run
@ -16,6 +17,20 @@ make
sudo make install
```
#### usage
the default path is for evolution ics files at `~/.local/share/evolution/calendar/system/calendar.ics`
```
ics_analyzer
```
for a custom path
```
ics_analyzer -f path/to/ics/file.ics
```
#### uninstall
```
@ -24,6 +39,9 @@ sudo make uninstall
#### 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
- improve makefile
- rename executable to ics_cli
- tests