updated readme
This commit is contained in:
parent
47a7d134ed
commit
c713522736
20
README.md
20
README.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user