30 lines
322 B
Markdown
30 lines
322 B
Markdown
Show upcoming events of an .ics file.
|
|
|
|
```
|
|
make run
|
|
```
|
|
|
|
#### installation
|
|
|
|
```
|
|
make
|
|
```
|
|
|
|
```
|
|
sudo make install
|
|
```
|
|
|
|
#### uninstall
|
|
|
|
```
|
|
sudo make uninstall
|
|
```
|
|
|
|
#### TODO
|
|
|
|
- change member date to start_date
|
|
- include member end_date
|
|
- use strftime function in pretty_print_date_time function?
|
|
- improve makefile
|
|
- tests
|