aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2022-12-18Upgrade dependenciesJoris
2022-03-20Don’t add a newline if there is no event in CLIJoris
2022-03-19Allow to repeat an event until a specific dateJoris
2022-03-12Use sqlite3 instead of db as extension for DBJoris
2022-03-12Add new line to today’s eventsJoris
2022-02-26Add --list-today CLI param to list today’s eventsJoris
2022-02-26Give database path from argumentJoris
2022-02-26Apply linter advicesJoris
2022-01-09Split app into modulesJoris
2022-01-09Persist events to sqlite dbJoris
2021-11-28Allow to add eventsJoris
2021-11-21Show static events on the calendarJoris
2021-11-20Show event-less calendarJoris