Go to file
2023-08-22 00:12:30 +02:00
src added cli parsing functions 2023-08-22 00:12:30 +02:00
tests added gitignore and moved .ics to tests dir 2023-08-15 16:50:00 +02:00
.gitignore used .gitconfig and put it in .gitignore 2023-08-15 17:03:53 +02:00
makefile added cli parsing functions 2023-08-22 00:12:30 +02:00
README.md get home env var and evolution path for ics file 2023-08-15 21:17:24 +02:00

Show upcoming events of an .ics file.

At the moment the standard path to the ics file used by the email client evolution is used.
You can set the path to your .ics file in src/main.c:

const char ICS_PATH[] = "tests/calendar.ics";

(uncomment some lines after that)

make run

installation

make
sudo make install

uninstall

sudo make uninstall

TODO

  • option -f to choose ics file
  • improve makefile
  • tests