30 lines
357 B
Markdown
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
|