ics_cli/README.md
2023-08-24 14:37:56 +02:00

30 lines
357 B
Markdown

Show upcoming events of an .ics file.
```
make run
```
#### installation
```
make
```
```
sudo make install
```
#### uninstall
```
sudo make uninstall
```
#### TODO
- place makefile in src dir and have a second makefile in top level dir
that can execute it
- add option to print upcoming events only until a certain date
- improve makefile
- tests