insert_event #1
12
README.md
12
README.md
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user