Go to file
bjt-user 36ede8c52d updated readme 2023-08-23 20:14:11 +02:00
src added pretty_print_date_time function 2023-08-23 20:03:26 +02:00
tests added event for test file 2023-08-23 19:06:00 +02:00
.gitignore used .gitconfig and put it in .gitignore 2023-08-15 17:03:53 +02:00
README.md updated readme 2023-08-23 20:14:11 +02:00
makefile added cli parsing functions 2023-08-22 00:12:30 +02:00

README.md

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