aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Collapse)Author
2022-12-18Upgrade dependenciesJoris
2022-03-20Don’t add a newline if there is no event in CLIJoris
This fixes counting 1 event when piping `wc -l`.
2022-03-19Allow to repeat an event until a specific dateJoris
Also provide a shortcut to modify a repetead event from a specific occurence. This set the end repetition date under the hood and create a new repeated event.
2022-03-12Use sqlite3 instead of db as extension for DBJoris
2022-03-12Add new line to today’s eventsJoris
This fixes counting the number of events using `wc -l`.
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