2023-08-15 16:45:54 +02:00
|
|
|
Show upcoming events of an .ics file.
|
|
|
|
|
|
|
|
```
|
|
|
|
make run
|
|
|
|
```
|
2023-08-15 17:08:23 +02:00
|
|
|
|
2023-08-15 20:20:39 +02:00
|
|
|
#### installation
|
2023-08-15 17:10:26 +02:00
|
|
|
|
2023-08-15 20:20:39 +02:00
|
|
|
```
|
|
|
|
make
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
sudo make install
|
|
|
|
```
|
2023-08-15 17:10:26 +02:00
|
|
|
|
2023-08-15 21:17:24 +02:00
|
|
|
#### uninstall
|
|
|
|
|
|
|
|
```
|
|
|
|
sudo make uninstall
|
|
|
|
```
|
|
|
|
|
|
|
|
#### TODO
|
|
|
|
|
2023-08-24 14:37:56 +02:00
|
|
|
- place makefile in src dir and have a second makefile in top level dir
|
|
|
|
that can execute it
|
2023-08-24 01:57:34 +02:00
|
|
|
- add option to print upcoming events only until a certain date
|
2023-08-15 21:17:24 +02:00
|
|
|
- improve makefile
|
|
|
|
- tests
|